pub enum SixBit {}
Expand description
CharSize
variant for 6-bit transactions
Trait Implementations
sourceimpl FixedCharSize for SixBit
impl FixedCharSize for SixBit
sourceconst SIZE: CharSizeEnum = CharSizeEnum::SixBit
const SIZE: CharSizeEnum = CharSizeEnum::SixBit
Bits to write into the
LENGTH
registerAuto Trait Implementations
impl RefUnwindSafe for SixBit
impl Send for SixBit
impl Sync for SixBit
impl Unpin for SixBit
impl UnwindSafe for SixBit
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more