Struct libc::nl_mmap_req
#[repr(C)]
pub struct nl_mmap_req {
pub nm_block_size: ::c_uint,
pub nm_block_nr: ::c_uint,
pub nm_frame_size: ::c_uint,
pub nm_frame_nr: ::c_uint,
}
Fields
pub nm_block_size: ::c_uint
pub nm_block_nr: ::c_uint
pub nm_frame_size: ::c_uint
pub nm_frame_nr: ::c_uint
Trait Implementations
impl Clone for nl_mmap_req
fn clone(&Self) -> nl_mmap_req
impl Copy for nl_mmap_req
impl Debug for nl_mmap_req
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for nl_mmap_req
impl Hash for nl_mmap_req
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl PartialEq<nl_mmap_req> for nl_mmap_req
fn eq(&Self, other: &nl_mmap_req) -> bool
fn ne(&Self, other: &nl_mmap_req) -> bool
impl StructuralEq for nl_mmap_req
impl StructuralPartialEq for nl_mmap_req
Auto Trait Implementations
impl RefUnwindSafe for nl_mmap_req
impl Send for nl_mmap_req
impl Sync for nl_mmap_req
impl Unpin for nl_mmap_req
impl UnwindSafe for nl_mmap_req
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T