Struct libc::fanotify_response
#[repr(C)]
pub struct fanotify_response {
pub fd: ::c_int,
pub response: __u32,
}Fields
pub fd: ::c_intpub response: __u32Trait Implementations
impl Clone for fanotify_response
fn clone(&Self) -> fanotify_responseimpl Copy for fanotify_responseimpl Debug for fanotify_response
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for fanotify_responseimpl Hash for fanotify_response
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<fanotify_response> for fanotify_response
fn eq(&Self, other: &fanotify_response) -> boolfn ne(&Self, other: &fanotify_response) -> boolimpl StructuralEq for fanotify_responseimpl StructuralPartialEq for fanotify_responseAuto Trait Implementations
impl RefUnwindSafe for fanotify_responseimpl Send for fanotify_responseimpl Sync for fanotify_responseimpl Unpin for fanotify_responseimpl UnwindSafe for fanotify_responseBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T