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