Struct nvapi::CoolerPolicyLevel
[−]
[src]
pub struct CoolerPolicyLevel { pub level_id: u32, pub current_level: u32, pub default_level: u32, }
Fields
level_id: u32
current_level: u32
default_level: u32
Trait Implementations
impl Debug for CoolerPolicyLevel
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for CoolerPolicyLevel
[src]
impl Clone for CoolerPolicyLevel
[src]
fn clone(&self) -> CoolerPolicyLevel
[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