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

pub struct NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE {
    pub freq_kHz: u32,
}

Fields

[]

Clock frequency within given pstate in (kHz)

Methods

impl NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE
[src]

[src]

Trait Implementations

impl Copy for NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE
[src]

impl Clone for NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE
[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_PSTATE20_CLOCK_ENTRY_SINGLE
[src]

[src]
[]

Formats the value using the given formatter. Read more