#[repr(u8)]pub enum Physel {
USB20 = 0,
USB11 = 1,
}Variants§
USB20 = 0
USB 2.0 high-speed UTMI+ or ULPI PHY is selected
USB11 = 1
USB 1.1 full-speed serial transceiver is selected
Implementations§
Trait Implementations§
Source§impl Ord for Physel
impl Ord for Physel
Source§impl PartialOrd for Physel
impl PartialOrd for Physel
impl Copy for Physel
impl Eq for Physel
impl StructuralPartialEq for Physel
Auto Trait Implementations§
impl Freeze for Physel
impl RefUnwindSafe for Physel
impl Send for Physel
impl Sync for Physel
impl Unpin for Physel
impl UnwindSafe for Physel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)