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