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

#[repr(C)]
pub struct NV_GPU_PERF_PSTATES20_INFO_V1 { pub version: u32, pub bIsEditable: BoolU32, pub numPstates: u32, pub numClocks: u32, pub numBaseVoltages: u32, pub pstates: [NV_GPU_PERF_PSTATES20_PSTATE; 16], }

Used in NvAPI_GPU_GetPstates20() interface call.

Fields

Version info of the structure (NV_GPU_PERF_PSTATES20_INFO_VER)

Number of populated pstates

Number of populated clocks (per pstate)

Number of populated base voltages (per pstate)

Performance state (P-State) settings Valid index range is 0 to numPstates-1

Methods

impl NV_GPU_PERF_PSTATES20_INFO_V1
[src]

[src]

Trait Implementations

impl Copy for NV_GPU_PERF_PSTATES20_INFO_V1
[src]

impl Clone for NV_GPU_PERF_PSTATES20_INFO_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_PSTATES20_INFO_V1
[src]

[src]

Formats the value using the given formatter. Read more