Struct openssl_sys::fanotify_response
source · pub struct fanotify_response {
pub fd: i32,
pub response: u32,
}
Fields§
§fd: i32
§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 ==
.