Struct nvapi::ThermalInfo
[−]
[src]
pub struct ThermalInfo {
pub controller: ThermalController,
pub unknown: u32,
pub temperature_range: Range<CelsiusShifted>,
pub default_temperature: CelsiusShifted,
pub default_flags: u32,
}Fields
controller: ThermalController
unknown: u32
temperature_range: Range<CelsiusShifted>
default_temperature: CelsiusShifted
default_flags: u32
Trait Implementations
impl Debug for ThermalInfo[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for ThermalInfo[src]
impl Clone for ThermalInfo[src]
fn clone(&self) -> ThermalInfo[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