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_int
pub mask: u32
pub len: u32
Trait Implementations
impl Clone for inotify_event
fn clone(&Self) -> inotify_event
impl Copy for inotify_event
impl Debug for inotify_event
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for inotify_event
impl 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) -> bool
fn ne(&Self, other: &inotify_event) -> bool
impl StructuralEq for inotify_event
impl StructuralPartialEq for inotify_event
Auto Trait Implementations
impl RefUnwindSafe for inotify_event
impl Send for inotify_event
impl Sync for inotify_event
impl Unpin for inotify_event
impl UnwindSafe for inotify_event
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T