Struct openssl_sys::fanotify_event_metadata
source · pub struct fanotify_event_metadata {
pub event_len: u32,
pub vers: u8,
pub reserved: u8,
pub metadata_len: u16,
pub mask: u64,
pub fd: i32,
pub pid: i32,
}Fields§
§event_len: u32§vers: u8§reserved: u8§metadata_len: u16§mask: u64§fd: i32§pid: i32Trait Implementations§
source§impl Clone for fanotify_event_metadata
impl Clone for fanotify_event_metadata
source§fn clone(&self) -> fanotify_event_metadata
fn clone(&self) -> fanotify_event_metadata
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more