Struct nvapi::Sensor
[−]
[src]
pub struct Sensor {
pub controller: ThermalController,
pub default_temperature_range: Range<Celsius>,
pub current_temperature: Celsius,
pub target: ThermalTarget,
}Fields
controller: ThermalController
default_temperature_range: Range<Celsius>
current_temperature: Celsius
target: ThermalTarget
Trait Implementations
impl Debug for Sensor[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more