Struct libc::fanotify_response
#[repr(C)]
pub struct fanotify_response {
pub fd: ::c_int,
pub response: __u32,
}
Fields
pub fd: ::c_int
pub response: __u32
Trait Implementations
impl Clone for fanotify_response
fn clone(&Self) -> fanotify_response
impl Copy for fanotify_response
impl Debug for fanotify_response
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for fanotify_response
impl 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) -> bool
fn ne(&Self, other: &fanotify_response) -> bool
impl StructuralEq for fanotify_response
impl StructuralPartialEq for fanotify_response
Auto Trait Implementations
impl RefUnwindSafe for fanotify_response
impl Send for fanotify_response
impl Sync for fanotify_response
impl Unpin for fanotify_response
impl UnwindSafe for fanotify_response
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T