Struct nvapi_hi::sys::gpu::pstate::NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE
[−]
[src]
#[repr(C)]pub struct NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE { pub freq_kHz: u32, }
Fields
freq_kHz: u32
Clock frequency within given pstate in (kHz)
Methods
impl NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE
[src]
pub fn zeroed() -> NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE
[src]
Trait Implementations
impl Debug for NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter. Read more
impl Copy for NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE
[src]
impl Clone for NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE
[src]
fn clone(&self) -> NV_GPU_PSTATE20_CLOCK_ENTRY_SINGLE
[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