Struct numa_gpu::runtime::cuda_wrapper::CudaMemInfo
source · [−]Expand description
CUDA memory information
Fields
free: usize
Free bytes
total: usize
Total bytes
Auto Trait Implementations
impl RefUnwindSafe for CudaMemInfo
impl Send for CudaMemInfo
impl Sync for CudaMemInfo
impl Unpin for CudaMemInfo
impl UnwindSafe for CudaMemInfo
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