Struct libc::fanotify_event_metadata
#[repr(C)]
#[repr(align(8))]
pub struct fanotify_event_metadata {
pub event_len: __u32,
pub vers: __u8,
pub reserved: __u8,
pub metadata_len: __u16,
pub mask: __u64,
pub fd: ::c_int,
pub pid: ::c_int,
}Fields
pub event_len: __u32pub vers: __u8pub reserved: __u8pub metadata_len: __u16pub mask: __u64pub fd: ::c_intpub pid: ::c_intTrait Implementations
impl Clone for fanotify_event_metadata
fn clone(&Self) -> fanotify_event_metadataimpl Copy for fanotify_event_metadataimpl Debug for fanotify_event_metadata
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for fanotify_event_metadataimpl Hash for fanotify_event_metadata
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<fanotify_event_metadata> for fanotify_event_metadata
fn eq(&Self, other: &fanotify_event_metadata) -> boolfn ne(&Self, other: &fanotify_event_metadata) -> boolimpl StructuralEq for fanotify_event_metadataAuto Trait Implementations
impl RefUnwindSafe for fanotify_event_metadataimpl Send for fanotify_event_metadataimpl Sync for fanotify_event_metadataimpl Unpin for fanotify_event_metadataimpl UnwindSafe for fanotify_event_metadataBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T