#[repr(C)]pub struct vlib_physmem_map_t {
pub index: c_int,
pub fd: c_int,
pub base: *mut c_void,
pub n_pages: u32_,
pub page_table: *mut uword,
pub log2_page_size: u32_,
pub numa_node: u32_,
}Fields§
§index: c_int§fd: c_int§base: *mut c_void§n_pages: u32_§page_table: *mut uword§log2_page_size: u32_§numa_node: u32_Trait Implementations§
Source§impl Clone for vlib_physmem_map_t
impl Clone for vlib_physmem_map_t
Source§fn clone(&self) -> vlib_physmem_map_t
fn clone(&self) -> vlib_physmem_map_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for vlib_physmem_map_t
impl Debug for vlib_physmem_map_t
Source§impl Default for vlib_physmem_map_t
impl Default for vlib_physmem_map_t
impl Copy for vlib_physmem_map_t
Auto Trait Implementations§
impl Freeze for vlib_physmem_map_t
impl RefUnwindSafe for vlib_physmem_map_t
impl !Send for vlib_physmem_map_t
impl !Sync for vlib_physmem_map_t
impl Unpin for vlib_physmem_map_t
impl UnsafeUnpin for vlib_physmem_map_t
impl UnwindSafe for vlib_physmem_map_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more