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_uint
pub nm_len: ::c_uint
pub nm_group: u32
pub nm_pid: u32
pub nm_uid: u32
pub nm_gid: u32
Trait Implementations
impl Clone for nl_mmap_hdr
fn clone(&Self) -> nl_mmap_hdr
impl Copy for nl_mmap_hdr
impl Debug for nl_mmap_hdr
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for nl_mmap_hdr
impl 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) -> bool
fn ne(&Self, other: &nl_mmap_hdr) -> bool
impl StructuralEq for nl_mmap_hdr
impl StructuralPartialEq for nl_mmap_hdr
Auto Trait Implementations
impl RefUnwindSafe for nl_mmap_hdr
impl Send for nl_mmap_hdr
impl Sync for nl_mmap_hdr
impl Unpin for nl_mmap_hdr
impl UnwindSafe for nl_mmap_hdr
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T