#[repr(C)]pub struct NV_GPU_THERMAL_SETTINGS_SENSOR {
pub controller: NV_THERMAL_CONTROLLER,
pub defaultMinTemp: i32,
pub defaultMaxTemp: i32,
pub currentTemp: i32,
pub target: NV_THERMAL_TARGET,
}Expand description
Anonymous struct in NV_GPU_THERMAL_SETTINGS
Fields§
§controller: NV_THERMAL_CONTROLLERinternal, ADM1032, MAX6649…
defaultMinTemp: i32The min default temperature value of the thermal sensor in degree Celsius
defaultMaxTemp: i32The max default temperature value of the thermal sensor in degree Celsius
currentTemp: i32The current temperature value of the thermal sensor in degree Celsius
target: NV_THERMAL_TARGETThermal sensor targeted @ GPU, memory, chipset, powersupply, Visual Computing Device, etc.
Implementations§
Trait Implementations§
Source§impl Clone for NV_GPU_THERMAL_SETTINGS_SENSOR
impl Clone for NV_GPU_THERMAL_SETTINGS_SENSOR
Source§fn clone(&self) -> NV_GPU_THERMAL_SETTINGS_SENSOR
fn clone(&self) -> NV_GPU_THERMAL_SETTINGS_SENSOR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NV_GPU_THERMAL_SETTINGS_SENSOR
Auto Trait Implementations§
impl Freeze for NV_GPU_THERMAL_SETTINGS_SENSOR
impl RefUnwindSafe for NV_GPU_THERMAL_SETTINGS_SENSOR
impl Send for NV_GPU_THERMAL_SETTINGS_SENSOR
impl Sync for NV_GPU_THERMAL_SETTINGS_SENSOR
impl Unpin for NV_GPU_THERMAL_SETTINGS_SENSOR
impl UnsafeUnpin for NV_GPU_THERMAL_SETTINGS_SENSOR
impl UnwindSafe for NV_GPU_THERMAL_SETTINGS_SENSOR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more