Struct nvapi_hi::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
a: u32
                           
                           
                           
                           b: u32
                           
                           
                           
                           c: u32
                           
                           
                           
                           d: u32
                           
                           
                           
                           e: u32
                           
                           
                           
                           freqDeltaKHz: i32
                           
                           
                           
                           g: u32
                           
                           
                           
                           h: u32
                           
                           
                           
                           i: u32
                           
                    Methods
impl NV_CLOCK_TABLE_GPU_DELTA[src]
pub fn zeroed() -> NV_CLOCK_TABLE_GPU_DELTA[src]
Trait Implementations
impl RawConversion for NV_CLOCK_TABLE_GPU_DELTA[src]
type Target = i32
type Error = ArgumentRangeError
fn convert_raw(
    &self
) -> Result<<NV_CLOCK_TABLE_GPU_DELTA as RawConversion>::Target, <NV_CLOCK_TABLE_GPU_DELTA as RawConversion>::Error>[src]
&self
) -> Result<<NV_CLOCK_TABLE_GPU_DELTA as RawConversion>::Target, <NV_CLOCK_TABLE_GPU_DELTA as RawConversion>::Error>
impl Debug for NV_CLOCK_TABLE_GPU_DELTA[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter. Read more
impl Copy for NV_CLOCK_TABLE_GPU_DELTA[src]
impl Clone for NV_CLOCK_TABLE_GPU_DELTA[src]
fn clone(&self) -> NV_CLOCK_TABLE_GPU_DELTA[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