Struct linux_raw_sys::v5_4::netlink::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_uintnm_block_nr: c_uintnm_frame_size: c_uintnm_frame_nr: c_uintTrait Implementations
Auto 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
Mutably borrows from an owned value. Read more