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