Struct libc::fanotify_response
source · #[repr(C)]pub struct fanotify_response {
pub fd: c_int,
pub response: __u32,
}
Fields§
§fd: c_int
§response: __u32
Trait Implementations§
source§impl Clone for fanotify_response
impl Clone for fanotify_response
source§fn clone(&self) -> fanotify_response
fn clone(&self) -> fanotify_response
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