#[repr(u8)]pub enum Sftw {
SFTW_0 = 0,
SFTW_1 = 1,
}Variants§
SFTW_0 = 0
Reset is not the result of a software reset.
SFTW_1 = 1
Reset is the result of a software reset.
Implementations§
Trait Implementations§
Source§impl Ord for Sftw
impl Ord for Sftw
Source§impl PartialOrd for Sftw
impl PartialOrd for Sftw
impl Copy for Sftw
impl Eq for Sftw
impl StructuralPartialEq for Sftw
Auto Trait Implementations§
impl Freeze for Sftw
impl RefUnwindSafe for Sftw
impl Send for Sftw
impl Sync for Sftw
impl Unpin for Sftw
impl UnwindSafe for Sftw
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