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