Struct libc::fanotify_event_info_pidfd
source · #[repr(C)]pub struct fanotify_event_info_pidfd {
pub hdr: fanotify_event_info_header,
pub pidfd: __s32,
}
Fields§
§hdr: fanotify_event_info_header
§pidfd: __s32
Trait Implementations§
source§impl Clone for fanotify_event_info_pidfd
impl Clone for fanotify_event_info_pidfd
source§fn clone(&self) -> fanotify_event_info_pidfd
fn clone(&self) -> fanotify_event_info_pidfd
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_event_info_pidfd
impl Debug for fanotify_event_info_pidfd
source§impl Hash for fanotify_event_info_pidfd
impl Hash for fanotify_event_info_pidfd
source§impl PartialEq for fanotify_event_info_pidfd
impl PartialEq for fanotify_event_info_pidfd
source§fn eq(&self, other: &fanotify_event_info_pidfd) -> bool
fn eq(&self, other: &fanotify_event_info_pidfd) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for fanotify_event_info_pidfd
impl Eq for fanotify_event_info_pidfd
impl StructuralPartialEq for fanotify_event_info_pidfd
Auto Trait Implementations§
impl Freeze for fanotify_event_info_pidfd
impl RefUnwindSafe for fanotify_event_info_pidfd
impl Send for fanotify_event_info_pidfd
impl Sync for fanotify_event_info_pidfd
impl Unpin for fanotify_event_info_pidfd
impl UnwindSafe for fanotify_event_info_pidfd
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more