#[repr(C)]pub struct 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§
§nm_status: c_uint
§nm_len: c_uint
§nm_group: __u32
§nm_pid: __u32
§nm_uid: __u32
§nm_gid: __u32
Trait Implementations§
Source§impl Clone for Struct_nl_mmap_hdr
impl Clone for Struct_nl_mmap_hdr
Source§impl Default for Struct_nl_mmap_hdr
impl Default for Struct_nl_mmap_hdr
impl Copy for Struct_nl_mmap_hdr
Auto Trait Implementations§
impl Freeze for Struct_nl_mmap_hdr
impl RefUnwindSafe for Struct_nl_mmap_hdr
impl Send for Struct_nl_mmap_hdr
impl Sync for Struct_nl_mmap_hdr
impl Unpin for Struct_nl_mmap_hdr
impl UnwindSafe for Struct_nl_mmap_hdr
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