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