Struct linux_raw_sys::general::inotify_event
source · [−]#[repr(C)]pub struct inotify_event {
pub wd: __s32,
pub mask: __u32,
pub cookie: __u32,
pub len: __u32,
pub name: __IncompleteArrayField<c_char>,
}
Fields
wd: __s32
mask: __u32
len: __u32
name: __IncompleteArrayField<c_char>
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more