Struct nvapi::Cooler
[−]
[src]
pub struct Cooler { pub kind: CoolerType, pub controller: CoolerController, pub default_level_range: Range<Percentage>, pub current_level_range: Range<Percentage>, pub current_level: Percentage, pub default_policy: CoolerPolicy, pub current_policy: CoolerPolicy, pub target: CoolerTarget, pub control: CoolerControl, pub active: bool, }
Fields
kind: CoolerType
controller: CoolerController
default_level_range: Range<Percentage>
current_level_range: Range<Percentage>
current_level: Percentage
default_policy: CoolerPolicy
current_policy: CoolerPolicy
target: CoolerTarget
control: CoolerControl
active: bool
Trait Implementations
impl Debug for Cooler
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more