pub enum SWRST_A {
NotReset,
Reset,
}
Expand description
Software reset
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq<SWRST_A> for SWRST_A
impl PartialEq<SWRST_A> for SWRST_A
impl Copy for SWRST_A
impl StructuralPartialEq for SWRST_A
Auto Trait Implementations§
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