pub struct HighSpeed;
Expand description
High speed
Trait Implementations§
Source§impl OutputSpeed for HighSpeed
impl OutputSpeed for HighSpeed
Source§fn output_speed(&self) -> U2
fn output_speed(&self) -> U2
Converts type state to actual bits
Auto Trait Implementations§
impl Freeze for HighSpeed
impl RefUnwindSafe for HighSpeed
impl Send for HighSpeed
impl Sync for HighSpeed
impl Unpin for HighSpeed
impl UnwindSafe for HighSpeed
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