Struct nvapi_sys::gpu::cooler::private::NV_GPU_COOLER_POLICY_TABLE_V1
[−]
[src]
#[repr(C)]pub struct NV_GPU_COOLER_POLICY_TABLE_V1 { pub version: u32, pub policy: NV_COOLER_POLICY, pub policyCoolerLevel: [NV_GPU_COOLER_POLICY_LEVEL; 24], }
Fields
version: u32
structure version
policy: NV_COOLER_POLICY
selected policy to update the cooler levels for, example NVAPI_COOLER_POLICY_PERF
policyCoolerLevel: [NV_GPU_COOLER_POLICY_LEVEL; 24]
Methods
impl NV_GPU_COOLER_POLICY_TABLE_V1
[src]
Trait Implementations
impl Copy for NV_GPU_COOLER_POLICY_TABLE_V1
[src]
impl Clone for NV_GPU_COOLER_POLICY_TABLE_V1
[src]
fn clone(&self) -> NV_GPU_COOLER_POLICY_TABLE_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