Struct libc::inotify_event [−][src]
#[repr(C)]pub struct inotify_event { pub wd: c_int, pub mask: u32, pub cookie: u32, pub len: u32, }
Fields
wd: c_intmask: u32len: u32Trait Implementations
impl Clone for inotify_event[src]
impl Clone for inotify_event[src]fn clone(&self) -> inotify_event[src]
fn clone(&self) -> inotify_event[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more