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

Trait Implementations

impl Debug for Cooler
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Cooler
[src]

impl Clone for Cooler
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more