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