pub struct DibitStates;
Expand description
Half-rate state machine (dibit input).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DibitStates
impl RefUnwindSafe for DibitStates
impl Send for DibitStates
impl Sync for DibitStates
impl Unpin for DibitStates
impl UnwindSafe for DibitStates
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