Struct nvapi_sys::gpu::clock::private::NV_CLOCK_TABLE_V1
[−]
[src]
#[repr(C)]pub struct NV_CLOCK_TABLE_V1 { pub version: u32, pub mask: [u32; 4], pub unknown: [u32; 12], pub gpuDeltas: Array<[NV_CLOCK_TABLE_GPU_DELTA; 80]>, pub memFilled: [u32; 23], pub memDeltas: [i32; 23], pub unknown2: Array<[u32; 1529]>, }
Fields
version: u32
mask: [u32; 4]
unknown: [u32; 12]
gpuDeltas: Array<[NV_CLOCK_TABLE_GPU_DELTA; 80]>
memFilled: [u32; 23]
memDeltas: [i32; 23]
unknown2: Array<[u32; 1529]>
Methods
impl NV_CLOCK_TABLE_V1
[src]
Trait Implementations
impl Copy for NV_CLOCK_TABLE_V1
[src]
impl Clone for NV_CLOCK_TABLE_V1
[src]
fn clone(&self) -> NV_CLOCK_TABLE_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