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
impl Clone for fanotify_event_metadata[src]
impl Clone for fanotify_event_metadata[src]fn clone(&self) -> fanotify_event_metadata[src]
fn clone(&self) -> fanotify_event_metadata[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more