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