Struct nvapi_sys::gpu::pstate::NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE
[−]
[src]
#[repr(C)]pub struct NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE { pub freq_kHz: u32, }
Fields
freq_kHz: u32
Clock frequency within given pstate in (kHz)
Methods
impl NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE
[src]
Trait Implementations
impl Copy for NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE
[src]
impl Clone for NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE
[src]
fn clone(&self) -> NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE
[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