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: i32
Trait 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 moresource§impl Debug for fanotify_event_metadata
impl Debug for fanotify_event_metadata
source§impl Hash for fanotify_event_metadata
impl Hash for fanotify_event_metadata
source§impl PartialEq<fanotify_event_metadata> for fanotify_event_metadata
impl PartialEq<fanotify_event_metadata> for fanotify_event_metadata
source§fn eq(&self, other: &fanotify_event_metadata) -> bool
fn eq(&self, other: &fanotify_event_metadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.