pub struct LowLimit { /* private fields */ }
Expand description
Temperature low limit register.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LowLimit
impl RefUnwindSafe for LowLimit
impl Send for LowLimit
impl Sync for LowLimit
impl Unpin for LowLimit
impl UnwindSafe for LowLimit
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