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