Struct nvapi_sys::gpu::cooler::private::NV_GPU_COOLER_POLICY_LEVEL
[−]
[src]
#[repr(C)]pub struct NV_GPU_COOLER_POLICY_LEVEL { pub levelId: u32, pub currentLevel: u32, pub defaultLevel: u32, }
Fields
levelId: u32
level indicator for a policy
currentLevel: u32
new cooler level for the selected policy level indicator.
defaultLevel: u32
default cooler level for the selected policy level indicator.
Methods
impl NV_GPU_COOLER_POLICY_LEVEL
[src]
Trait Implementations
impl Copy for NV_GPU_COOLER_POLICY_LEVEL
[src]
impl Clone for NV_GPU_COOLER_POLICY_LEVEL
[src]
fn clone(&self) -> NV_GPU_COOLER_POLICY_LEVEL
[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