#[repr(C)]pub struct CUfileStatsLevel3 {
pub detailed: CUfileStatsLevel2_t,
pub num_gpus: u32,
pub per_gpu_stats: [CUfilePerGpuStats_t; 16],
}Fields§
§detailed: CUfileStatsLevel2_t§num_gpus: u32§per_gpu_stats: [CUfilePerGpuStats_t; 16]Trait Implementations§
Source§impl Clone for CUfileStatsLevel3
impl Clone for CUfileStatsLevel3
Source§fn clone(&self) -> CUfileStatsLevel3
fn clone(&self) -> CUfileStatsLevel3
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 CUfileStatsLevel3
impl Debug for CUfileStatsLevel3
Source§impl Hash for CUfileStatsLevel3
impl Hash for CUfileStatsLevel3
Source§impl Ord for CUfileStatsLevel3
impl Ord for CUfileStatsLevel3
Source§fn cmp(&self, other: &CUfileStatsLevel3) -> Ordering
fn cmp(&self, other: &CUfileStatsLevel3) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CUfileStatsLevel3
impl PartialEq for CUfileStatsLevel3
Source§impl PartialOrd for CUfileStatsLevel3
impl PartialOrd for CUfileStatsLevel3
impl Copy for CUfileStatsLevel3
impl Eq for CUfileStatsLevel3
impl StructuralPartialEq for CUfileStatsLevel3
Auto Trait Implementations§
impl Freeze for CUfileStatsLevel3
impl RefUnwindSafe for CUfileStatsLevel3
impl Send for CUfileStatsLevel3
impl Sync for CUfileStatsLevel3
impl Unpin for CUfileStatsLevel3
impl UnsafeUnpin for CUfileStatsLevel3
impl UnwindSafe for CUfileStatsLevel3
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