Struct dbs_address_space::NumaIdTable 
source · Expand description
Type for recording numa ids of different devices
Fields
memory: Vec<u32>vectors of numa id for each memory region
cpu: Vec<u32>vectors of numa id for each cpu
Auto Trait Implementations
impl RefUnwindSafe for NumaIdTable
impl Send for NumaIdTable
impl Sync for NumaIdTable
impl Unpin for NumaIdTable
impl UnwindSafe for NumaIdTable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more