pub struct RunAndStop;Expand description
The low voltage detection (for reset) is active while the MCU is in run and stop modes.
Auto Trait Implementations§
impl Freeze for RunAndStop
impl RefUnwindSafe for RunAndStop
impl Send for RunAndStop
impl Sync for RunAndStop
impl Unpin for RunAndStop
impl UnwindSafe for RunAndStop
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