#[repr(u8)]pub enum Bits {
_8Bit = 0,
_9Bit = 1,
_10Bit = 2,
_11Bit = 3,
_12Bit = 4,
_13Bit = 5,
_14Bit = 6,
_15Bit = 7,
_16Bit = 8,
}Expand description
Bits Per Transfer
Variants§
_8Bit = 0
0: 8 bits for transfer
_9Bit = 1
1: 9 bits for transfer
_10Bit = 2
2: 10 bits for transfer
_11Bit = 3
3: 11 bits for transfer
_12Bit = 4
4: 12 bits for transfer
_13Bit = 5
5: 13 bits for transfer
_14Bit = 6
6: 14 bits for transfer
_15Bit = 7
7: 15 bits for transfer
_16Bit = 8
8: 16 bits for transfer
Trait Implementations§
impl Copy for Bits
impl Eq for Bits
impl IsEnum for Bits
impl StructuralPartialEq for Bits
Auto Trait Implementations§
impl Freeze for Bits
impl RefUnwindSafe for Bits
impl Send for Bits
impl Sync for Bits
impl Unpin for Bits
impl UnwindSafe for Bits
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