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