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: __u32
vers: __u8
reserved: __u8
metadata_len: __u16
mask: __u64
fd: c_int
pid: c_int
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.