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

Trait Implementations

impl Copy for nl_mmap_req
[src]

impl Clone for nl_mmap_req
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for nl_mmap_req

impl Sync for nl_mmap_req