Struct nvapi_sys::gpu::pstate::NV_GPU_PSTATE20_CLOCK_ENTRY_V1
[−]
[src]
#[repr(C)]pub struct NV_GPU_PSTATE20_CLOCK_ENTRY_V1 { pub domainId: NV_GPU_PUBLIC_CLOCK_ID, pub typeId: NV_GPU_PERF_PSTATE20_CLOCK_TYPE_ID, pub bIsEditable: BoolU32, pub freqDelta_kHz: NV_GPU_PERF_PSTATES20_PARAM_DELTA, pub data: NV_GPU_PSTATE20_CLOCK_ENTRY_DATA, }
Used to describe single clock entry
Fields
domainId: NV_GPU_PUBLIC_CLOCK_ID
ID of the clock domain
typeId: NV_GPU_PERF_PSTATE20_CLOCK_TYPE_ID
Clock type ID
bIsEditable: BoolU32
freqDelta_kHz: NV_GPU_PERF_PSTATES20_PARAM_DELTA
Current frequency delta from nominal settings in (kHz)
data: NV_GPU_PSTATE20_CLOCK_ENTRY_DATA
Methods
impl NV_GPU_PSTATE20_CLOCK_ENTRY_V1
[src]
Trait Implementations
impl Copy for NV_GPU_PSTATE20_CLOCK_ENTRY_V1
[src]
impl Clone for NV_GPU_PSTATE20_CLOCK_ENTRY_V1
[src]
fn clone(&self) -> NV_GPU_PSTATE20_CLOCK_ENTRY_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