Struct nvapi_sys::gpu::pstate::NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE
[−]
[src]
#[repr(C)]pub struct NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE { pub minFreq_kHz: u32, pub maxFreq_kHz: u32, pub domainId: NV_GPU_PERF_VOLTAGE_INFO_DOMAIN_ID, pub minVoltage_uV: u32, pub maxVoltage_uV: u32, }
Fields
minFreq_kHz: u32
Min clock frequency within given pstate in (kHz)
maxFreq_kHz: u32
Max clock frequency within given pstate in (kHz)
domainId: NV_GPU_PERF_VOLTAGE_INFO_DOMAIN_ID
Voltage domain ID
minVoltage_uV: u32
Minimum value in (uV) required for this clock
maxVoltage_uV: u32
Maximum value in (uV) required for this clock
Methods
impl NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE
[src]
Trait Implementations
impl Copy for NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE
[src]
impl Clone for NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE
[src]
fn clone(&self) -> NV_GPU_PSTATE20_CLOCK_ENTRY_RANGE
[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