#[repr(transparent)]pub struct ProcessInfoThermalState(pub Integer);Expand description
Thermal state of the system.
C++ equivalent: NS::ProcessInfoThermalState
Tuple Fields§
§0: IntegerImplementations§
Trait Implementations§
Source§impl Clone for ProcessInfoThermalState
impl Clone for ProcessInfoThermalState
Source§fn clone(&self) -> ProcessInfoThermalState
fn clone(&self) -> ProcessInfoThermalState
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 moreSource§impl Debug for ProcessInfoThermalState
impl Debug for ProcessInfoThermalState
Source§impl Default for ProcessInfoThermalState
impl Default for ProcessInfoThermalState
Source§fn default() -> ProcessInfoThermalState
fn default() -> ProcessInfoThermalState
Returns the “default value” for a type. Read more
Source§impl Hash for ProcessInfoThermalState
impl Hash for ProcessInfoThermalState
Source§impl PartialEq for ProcessInfoThermalState
impl PartialEq for ProcessInfoThermalState
impl Copy for ProcessInfoThermalState
impl Eq for ProcessInfoThermalState
impl StructuralPartialEq for ProcessInfoThermalState
Auto Trait Implementations§
impl Freeze for ProcessInfoThermalState
impl RefUnwindSafe for ProcessInfoThermalState
impl Send for ProcessInfoThermalState
impl Sync for ProcessInfoThermalState
impl Unpin for ProcessInfoThermalState
impl UnwindSafe for ProcessInfoThermalState
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