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