Struct cuda::runtime::CudaMemInfo [] [src]

pub struct CudaMemInfo {
    pub used: usize,
    pub free: usize,
    pub total: usize,
}

Fields

Trait Implementations

impl Clone for CudaMemInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CudaMemInfo
[src]

impl Debug for CudaMemInfo
[src]

Formats the value using the given formatter.