Struct libc::inotify_event
source · Fields§
§wd: c_int§mask: u32§len: u32Trait Implementations§
source§impl Clone for inotify_event
impl Clone for inotify_event
source§fn clone(&self) -> inotify_event
fn clone(&self) -> inotify_event
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for inotify_event
impl Debug for inotify_event
source§impl Hash for inotify_event
impl Hash for inotify_event
source§impl PartialEq<inotify_event> for inotify_event
impl PartialEq<inotify_event> for inotify_event
source§fn eq(&self, other: &inotify_event) -> bool
fn eq(&self, other: &inotify_event) -> bool
This method tests for
self and other values to be equal, and is used
by ==.