Struct naughtyfy::types::fanotify_event_info_header
source · #[repr(C)]pub struct fanotify_event_info_header {
pub info_type: __u8,
pub pad: __u8,
pub len: __u16,
}Expand description
In case of an fanotify group that identifies filesystem objects
by file handles, you should also expect to receive one or more
additional information records of the structure detailed below
following the generic fanotify_event_metadata structure within
the read buffer:
Fields§
§info_type: __u8§pad: __u8§len: __u16Trait Implementations§
source§impl Clone for fanotify_event_info_header
impl Clone for fanotify_event_info_header
source§fn clone(&self) -> fanotify_event_info_header
fn clone(&self) -> fanotify_event_info_header
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