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_int
mask: u32
len: u32
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.