Struct nvapi_sys::gpu::pstate::NV_GPU_PERF_PSTATE20_BASE_VOLTAGE_ENTRY_V1 [] [src]

#[repr(C)]
pub struct NV_GPU_PERF_PSTATE20_BASE_VOLTAGE_ENTRY_V1 { pub domainId: NV_GPU_PERF_VOLTAGE_INFO_DOMAIN_ID, pub bIsEditable: BoolU32, pub volt_uV: u32, pub voltDelta_uV: NV_GPU_PERF_PSTATES20_PARAM_DELTA, }

Fields

ID of the voltage domain

Current base voltage settings in [uV]

Current base voltage delta from nominal settings in [uV]

Methods

impl NV_GPU_PERF_PSTATE20_BASE_VOLTAGE_ENTRY_V1
[src]

[src]

Trait Implementations

impl Copy for NV_GPU_PERF_PSTATE20_BASE_VOLTAGE_ENTRY_V1
[src]

impl Clone for NV_GPU_PERF_PSTATE20_BASE_VOLTAGE_ENTRY_V1
[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_GPU_PERF_PSTATE20_BASE_VOLTAGE_ENTRY_V1
[src]

[src]

Formats the value using the given formatter. Read more