Struct libc_interface::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
impl Copy for nl_mmap_req[src]
impl Copy for nl_mmap_reqimpl Clone for nl_mmap_req[src]
impl Clone for nl_mmap_reqfn clone(&self) -> nl_mmap_req[src]
fn clone(&self) -> nl_mmap_reqReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for nl_mmap_req[src]
impl PartialEq for nl_mmap_reqfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for nl_mmap_req[src]
impl Eq for nl_mmap_reqAuto Trait Implementations
impl Send for nl_mmap_req
impl Send for nl_mmap_reqimpl Sync for nl_mmap_req
impl Sync for nl_mmap_req