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