#[repr(u8)]pub enum Enumspd {
HS3060 = 0,
FS3060 = 1,
LS6 = 2,
FS48 = 3,
}Variants§
HS3060 = 0
High speed (PHY clock is running at 30 or 60 MHz)
FS3060 = 1
Full speed (PHY clock is running at 30 or 60 MHz)
LS6 = 2
Low speed (PHY clock is running at 6 MHz)
FS48 = 3
Full speed (PHY clock is running at 48 MHz)
Implementations§
Trait Implementations§
Source§impl Ord for Enumspd
impl Ord for Enumspd
Source§impl PartialOrd for Enumspd
impl PartialOrd for Enumspd
impl Copy for Enumspd
impl Eq for Enumspd
impl StructuralPartialEq for Enumspd
Auto Trait Implementations§
impl Freeze for Enumspd
impl RefUnwindSafe for Enumspd
impl Send for Enumspd
impl Sync for Enumspd
impl Unpin for Enumspd
impl UnwindSafe for Enumspd
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)