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