Struct libc::inotify_event
#[repr(C)]
pub struct inotify_event {
pub wd: ::c_int,
pub mask: u32,
pub cookie: u32,
pub len: u32,
}Fields
pub wd: ::c_intpub mask: u32pub len: u32Trait Implementations
impl Clone for inotify_event
fn clone(&Self) -> inotify_eventimpl Copy for inotify_eventimpl Debug for inotify_event
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for inotify_eventimpl Hash for inotify_event
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<inotify_event> for inotify_event
fn eq(&Self, other: &inotify_event) -> boolfn ne(&Self, other: &inotify_event) -> boolimpl StructuralEq for inotify_eventimpl StructuralPartialEq for inotify_eventAuto Trait Implementations
impl RefUnwindSafe for inotify_eventimpl Send for inotify_eventimpl Sync for inotify_eventimpl Unpin for inotify_eventimpl UnwindSafe for inotify_eventBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T