Struct libc::fanotify_event_metadata [−][src]
#[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
event_len: __u32vers: __u8reserved: __u8metadata_len: __u16mask: __u64fd: c_intpid: c_intTrait Implementations
Auto Trait Implementations
impl Send for fanotify_event_metadataimpl Sync for fanotify_event_metadataimpl Unpin for fanotify_event_metadata