#[repr(u8)]pub enum Swrst {
NO_EFFECT = 0,
SOFTWARE_RESET = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Swrst
impl Ord for Swrst
Source§impl PartialOrd for Swrst
impl PartialOrd for Swrst
impl Copy for Swrst
impl Eq for Swrst
impl StructuralPartialEq for Swrst
Auto Trait Implementations§
impl Freeze for Swrst
impl RefUnwindSafe for Swrst
impl Send for Swrst
impl Sync for Swrst
impl Unpin for Swrst
impl UnwindSafe for Swrst
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