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