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