#[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 Freeze for inotify_event
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes