Struct nvapi_sys::gpu::clock::NV_GPU_CLOCK_FREQUENCIES_V1
[−]
[src]
#[repr(C)]pub struct NV_GPU_CLOCK_FREQUENCIES_V1 { pub version: u32, pub reserved: u32, pub domain: [NV_GPU_CLOCK_FREQUENCIES_DOMAIN; 32], }
Used in NvAPI_GPU_GetAllClockFrequencies()
Fields
version: u32
Structure version
reserved: u32
These bits are reserved for future use.
bits:2 is NV_GPU_CLOCK_FREQUENCIES_CLOCK_TYPE. Used to specify the type of clock to be returned.
domain: [NV_GPU_CLOCK_FREQUENCIES_DOMAIN; 32]
Methods
impl NV_GPU_CLOCK_FREQUENCIES_V1
[src]
impl NV_GPU_CLOCK_FREQUENCIES_V1
[src]
pub fn ClockType(&self) -> NV_GPU_CLOCK_FREQUENCIES_CLOCK_TYPE
[src]
pub fn set_ClockType(&mut self, value: NV_GPU_CLOCK_FREQUENCIES_CLOCK_TYPE)
[src]
Trait Implementations
impl Copy for NV_GPU_CLOCK_FREQUENCIES_V1
[src]
impl Clone for NV_GPU_CLOCK_FREQUENCIES_V1
[src]
fn clone(&self) -> NV_GPU_CLOCK_FREQUENCIES_V1
[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