pub struct Fu3 {}
Expand description
Standard full-speed mode, any speed supported
Trait Implementations§
impl ValidMode for Fu3
impl<T: ValidSpeed> ValidModeFor<T> for Fu3
Auto Trait Implementations§
impl Freeze for Fu3
impl RefUnwindSafe for Fu3
impl Send for Fu3
impl Sync for Fu3
impl Unpin for Fu3
impl UnwindSafe for Fu3
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