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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
