Struct udev::monitor::Event [-]  [+] [src]

pub struct Event {
    pub action: Action,
    pub seqnum: u64,
}

Fields

action
seqnum

Trait Implementations

Derived Implementations

impl Show for Event

fn fmt(&self, __arg_0: &mut Formatter) -> Result