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