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