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