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