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