Enum UsbPre
#[repr(u8)]pub enum UsbPre {
Div15 = 0,
Div1 = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Usbpre
impl Eq for Usbpre
§impl Ord for Usbpre
impl Ord for Usbpre
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Usbpre
impl PartialOrd for Usbpre
impl StructuralPartialEq for Usbpre
Auto Trait Implementations§
impl Freeze for Usbpre
impl RefUnwindSafe for Usbpre
impl Send for Usbpre
impl Sync for Usbpre
impl Unpin for Usbpre
impl UnsafeUnpin for Usbpre
impl UnwindSafe for Usbpre
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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