Struct nvapi_hi::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]
pub fn zeroed() -> NV_GPU_CLOCK_FREQUENCIES_DOMAIN
[src]
Trait Implementations
impl Debug for NV_GPU_CLOCK_FREQUENCIES_DOMAIN
[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_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