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

#[repr(C)]
pub struct NV_GPU_PERF_PSTATES20_INFO_V2 { pub v1: NV_GPU_PERF_PSTATES20_INFO_V1, pub numVoltages: u32, pub voltages: [NV_GPU_PERF_PSTATE20_BASE_VOLTAGE_ENTRY_V1; 4], }

Used in NvAPI_GPU_GetPstates20() interface call.

Fields

Number of populated voltages

OV settings - Please refer to NVIDIA over-volting recommendation to understand impact of this functionality Valid index range is 0 to numVoltages-1

Methods

impl NV_GPU_PERF_PSTATES20_INFO_V2
[src]

[src]

Methods from Deref<Target = NV_GPU_PERF_PSTATES20_INFO_V1>

Trait Implementations

impl Copy for NV_GPU_PERF_PSTATES20_INFO_V2
[src]

impl Clone for NV_GPU_PERF_PSTATES20_INFO_V2
[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_PSTATES20_INFO_V2
[src]

[src]

Formats the value using the given formatter. Read more

impl Deref for NV_GPU_PERF_PSTATES20_INFO_V2
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for NV_GPU_PERF_PSTATES20_INFO_V2
[src]

[src]

Mutably dereferences the value.