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
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
Auto 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