pub struct ThermalLimit {
pub controller: ThermalController,
pub value: CelsiusShifted,
pub flags: u32,
}Fields§
§controller: ThermalController§value: CelsiusShifted§flags: u32Trait Implementations§
Source§impl Clone for ThermalLimit
impl Clone for ThermalLimit
Source§fn clone(&self) -> ThermalLimit
fn clone(&self) -> ThermalLimit
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 ThermalLimit
impl Debug for ThermalLimit
impl Copy for ThermalLimit
Auto Trait Implementations§
impl Freeze for ThermalLimit
impl RefUnwindSafe for ThermalLimit
impl Send for ThermalLimit
impl Sync for ThermalLimit
impl Unpin for ThermalLimit
impl UnwindSafe for ThermalLimit
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