pub struct RunOnly;Expand description
The low voltage detection (for reset) is active only while MCU is in a run mode
Auto Trait Implementations§
impl Freeze for RunOnly
impl RefUnwindSafe for RunOnly
impl Send for RunOnly
impl Sync for RunOnly
impl Unpin for RunOnly
impl UnwindSafe for RunOnly
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