#[repr(transparent)]pub struct TempSensSlope(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Source§impl TempSensSlope
impl TempSensSlope
Trait Implementations§
Source§impl Clone for TempSensSlope
impl Clone for TempSensSlope
Source§fn clone(&self) -> TempSensSlope
fn clone(&self) -> TempSensSlope
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 TempSensSlope
impl Debug for TempSensSlope
Source§impl Default for TempSensSlope
impl Default for TempSensSlope
Source§fn default() -> TempSensSlope
fn default() -> TempSensSlope
Returns the “default value” for a type. Read more
Source§impl PartialEq for TempSensSlope
impl PartialEq for TempSensSlope
impl Copy for TempSensSlope
impl Eq for TempSensSlope
impl StructuralPartialEq for TempSensSlope
Auto Trait Implementations§
impl Freeze for TempSensSlope
impl RefUnwindSafe for TempSensSlope
impl Send for TempSensSlope
impl Sync for TempSensSlope
impl Unpin for TempSensSlope
impl UnwindSafe for TempSensSlope
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