Struct nvapi::ThermalLimit [] [src]

pub struct ThermalLimit {
    pub controller: ThermalController,
    pub value: CelsiusShifted,
    pub flags: u32,
}

Fields

Trait Implementations

impl Debug for ThermalLimit
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ThermalLimit
[src]

impl Clone for ThermalLimit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more