Struct nvapi_sys::gpu::clock::NV_GPU_CLOCK_FREQUENCIES_DOMAIN
[−]
[src]
#[repr(C)]pub struct NV_GPU_CLOCK_FREQUENCIES_DOMAIN { pub bIsPresent: BoolU32, pub frequency: u32, }
Fields
bIsPresent: BoolU32
Set if this domain is present on this GPU
frequency: u32
Clock frequency (kHz)
Methods
impl NV_GPU_CLOCK_FREQUENCIES_DOMAIN
[src]
Trait Implementations
impl Copy for NV_GPU_CLOCK_FREQUENCIES_DOMAIN
[src]
impl Clone for NV_GPU_CLOCK_FREQUENCIES_DOMAIN
[src]
fn clone(&self) -> NV_GPU_CLOCK_FREQUENCIES_DOMAIN
[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