Struct numa_gpu::runtime::linux_wrapper::NumaMemInfo
source · [−]Expand description
NUMA node memory information
Fields
total: usize
Total bytes
free: usize
Free bytes
used: usize
Used bytes
Auto Trait Implementations
impl RefUnwindSafe for NumaMemInfo
impl Send for NumaMemInfo
impl Sync for NumaMemInfo
impl Unpin for NumaMemInfo
impl UnwindSafe for NumaMemInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more