#[repr(C)]pub struct clib_pmalloc_arena_t {
pub index: u32_,
pub flags: u32_,
pub fd: c_int,
pub numa_node: u32_,
pub first_page_index: u32_,
pub log2_subpage_sz: u32_,
pub subpages_per_page: u32_,
pub n_pages: u32_,
pub name: *mut u8_,
pub page_indices: *mut u32_,
}Fields§
§index: u32_§flags: u32_§fd: c_int§numa_node: u32_§first_page_index: u32_§log2_subpage_sz: u32_§subpages_per_page: u32_§n_pages: u32_§name: *mut u8_§page_indices: *mut u32_Trait Implementations§
Source§impl Clone for clib_pmalloc_arena_t
impl Clone for clib_pmalloc_arena_t
Source§fn clone(&self) -> clib_pmalloc_arena_t
fn clone(&self) -> clib_pmalloc_arena_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 clib_pmalloc_arena_t
impl Debug for clib_pmalloc_arena_t
Source§impl Default for clib_pmalloc_arena_t
impl Default for clib_pmalloc_arena_t
impl Copy for clib_pmalloc_arena_t
Auto Trait Implementations§
impl Freeze for clib_pmalloc_arena_t
impl RefUnwindSafe for clib_pmalloc_arena_t
impl !Send for clib_pmalloc_arena_t
impl !Sync for clib_pmalloc_arena_t
impl Unpin for clib_pmalloc_arena_t
impl UnsafeUnpin for clib_pmalloc_arena_t
impl UnwindSafe for clib_pmalloc_arena_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