Struct nvapi_hi::CoolerLevel
[−]
[src]
pub struct CoolerLevel {
pub level: Percentage,
pub policy: CoolerPolicy,
}Fields
level: Percentage
policy: CoolerPolicy
Trait Implementations
impl Debug for CoolerLevel[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter. Read more
impl Copy for CoolerLevel[src]
impl Clone for CoolerLevel[src]
fn clone(&self) -> CoolerLevel[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