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