#[repr(C, 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: 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 moreimpl Copy for fanotify_event_metadata
Auto Trait Implementations§
impl Freeze for fanotify_event_metadata
impl RefUnwindSafe for fanotify_event_metadata
impl Send for fanotify_event_metadata
impl Sync for fanotify_event_metadata
impl Unpin for fanotify_event_metadata
impl UnwindSafe for fanotify_event_metadata
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more