Struct libc::nl_mmap_hdr
#[repr(C)]
pub struct nl_mmap_hdr {
pub nm_status: ::c_uint,
pub nm_len: ::c_uint,
pub nm_group: u32,
pub nm_pid: u32,
pub nm_uid: u32,
pub nm_gid: u32,
}Fields
pub nm_status: ::c_uintpub nm_len: ::c_uintpub nm_group: u32pub nm_pid: u32pub nm_uid: u32pub nm_gid: u32Trait Implementations
impl Clone for nl_mmap_hdr
fn clone(&Self) -> nl_mmap_hdrimpl Copy for nl_mmap_hdrimpl Debug for nl_mmap_hdr
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for nl_mmap_hdrimpl Hash for nl_mmap_hdr
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<nl_mmap_hdr> for nl_mmap_hdr
fn eq(&Self, other: &nl_mmap_hdr) -> boolfn ne(&Self, other: &nl_mmap_hdr) -> boolimpl StructuralEq for nl_mmap_hdrimpl StructuralPartialEq for nl_mmap_hdrAuto Trait Implementations
impl RefUnwindSafe for nl_mmap_hdrimpl Send for nl_mmap_hdrimpl Sync for nl_mmap_hdrimpl Unpin for nl_mmap_hdrimpl UnwindSafe for nl_mmap_hdrBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T