pub struct EightBit;
Expand description
Typestate for 8-bit transfer size
Auto Trait Implementations§
impl Freeze for EightBit
impl RefUnwindSafe for EightBit
impl Send for EightBit
impl Sync for EightBit
impl Unpin for EightBit
impl UnwindSafe for EightBit
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