Struct libc::nl_mmap_req [−][src]
#[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
nm_block_size: c_uint
nm_block_nr: c_uint
nm_frame_size: c_uint
nm_frame_nr: c_uint
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.