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