pub enum DrMode {
Host,
Peripheral,
Otg,
}Variants§
Trait Implementations§
impl Copy for DrMode
impl Eq for DrMode
impl StructuralPartialEq for DrMode
Auto Trait Implementations§
impl Freeze for DrMode
impl RefUnwindSafe for DrMode
impl Send for DrMode
impl Sync for DrMode
impl Unpin for DrMode
impl UnwindSafe for DrMode
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