pub enum SWRST {
NotReset = 0,
Reset = 1,
}
Expand description
Software reset
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SWRST
impl Eq for SWRST
impl StructuralPartialEq for SWRST
Auto Trait Implementations§
impl Freeze for SWRST
impl RefUnwindSafe for SWRST
impl Send for SWRST
impl Sync for SWRST
impl Unpin for SWRST
impl UnwindSafe for SWRST
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