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