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