Struct Dspd
#[repr(transparent)]pub struct Dspd(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Dspd
impl Dspd
pub const HIGH_SPEED: Self
pub const HIGH_SPEED: Self
High speed
pub const FULL_SPEED_EXTERNAL: Self
pub const FULL_SPEED_EXTERNAL: Self
Full speed using external ULPI PHY
pub const FULL_SPEED_INTERNAL: Self
pub const FULL_SPEED_INTERNAL: Self
Full speed using internal embedded PHY
Trait Implementations§
§impl Ord for Dspd
impl Ord for Dspd
§impl PartialOrd for Dspd
impl PartialOrd for Dspd
impl Copy for Dspd
impl Eq for Dspd
impl StructuralPartialEq for Dspd
Auto Trait Implementations§
impl Freeze for Dspd
impl RefUnwindSafe for Dspd
impl Send for Dspd
impl Sync for Dspd
impl Unpin for Dspd
impl UnwindSafe for Dspd
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