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