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_uintpub nm_block_nr: ::c_uintpub nm_frame_size: ::c_uintpub nm_frame_nr: ::c_uintTrait Implementations
impl Clone for nl_mmap_req
fn clone(&Self) -> nl_mmap_reqimpl Copy for nl_mmap_reqimpl Debug for nl_mmap_req
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for nl_mmap_reqimpl 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) -> boolfn ne(&Self, other: &nl_mmap_req) -> boolimpl StructuralEq for nl_mmap_reqimpl StructuralPartialEq for nl_mmap_reqAuto Trait Implementations
impl RefUnwindSafe for nl_mmap_reqimpl Send for nl_mmap_reqimpl Sync for nl_mmap_reqimpl Unpin for nl_mmap_reqimpl UnwindSafe for nl_mmap_reqBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T