Struct nvapi::Sensor [] [src]

pub struct Sensor {
    pub controller: ThermalController,
    pub default_temperature_range: Range<Celsius>,
    pub current_temperature: Celsius,
    pub target: ThermalTarget,
}

Fields

Trait Implementations

impl Debug for Sensor
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Sensor
[src]

impl Clone for Sensor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more