pub enum SixBit {}
Expand description
CharSize
variant for 6-bit transactions
Trait Implementations§
Source§impl FixedCharSize for SixBit
impl FixedCharSize for SixBit
Source§const SIZE: CharSizeEnum = CharSizeEnum::SixBit
const SIZE: CharSizeEnum = CharSizeEnum::SixBit
Bits to write into the
LENGTH
registerAuto Trait Implementations§
impl Freeze for SixBit
impl RefUnwindSafe for SixBit
impl Send for SixBit
impl Sync for SixBit
impl Unpin for SixBit
impl UnwindSafe for SixBit
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