Struct nvapi_sys::gpu::clock::private::NV_CLOCKS_INFO_V1
[−]
[src]
#[repr(C)]pub struct NV_CLOCKS_INFO_V1 { pub version: u32, pub clocks: [u32; 32], pub clocks2: [(u32, u32, u32, u32, u32, u32, u32, u32); 32], }
Fields
version: u32
clocks: [u32; 32]
clocks2: [(u32, u32, u32, u32, u32, u32, u32, u32); 32]
Hacky representation because clocks is too big
Methods
impl NV_CLOCKS_INFO_V1[src]
Trait Implementations
impl Copy for NV_CLOCKS_INFO_V1[src]
impl Clone for NV_CLOCKS_INFO_V1[src]
fn clone(&self) -> NV_CLOCKS_INFO_V1[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more