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

Trait Implementations

impl Debug for ThermalInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ThermalInfo
[src]

impl Clone for ThermalInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more