Struct nvapi_sys::gpu::clock::private::NV_CLOCK_TABLE_GPU_DELTA [] [src]

#[repr(C)]
pub struct NV_CLOCK_TABLE_GPU_DELTA { pub a: u32, pub b: u32, pub c: u32, pub d: u32, pub e: u32, pub freqDeltaKHz: i32, pub g: u32, pub h: u32, pub i: u32, }

Fields

Methods

impl NV_CLOCK_TABLE_GPU_DELTA
[src]

[src]

Trait Implementations

impl Copy for NV_CLOCK_TABLE_GPU_DELTA
[src]

impl Clone for NV_CLOCK_TABLE_GPU_DELTA
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NV_CLOCK_TABLE_GPU_DELTA
[src]

[src]

Formats the value using the given formatter. Read more