#[repr(u8)]pub enum WordSize {
Bit8 = 2,
Bit10 = 3,
Bit16 = 4,
Bit20 = 5,
Bit24 = 6,
Bit32 = 7,
}
Expand description
Data size
Value on reset: 2
Variants§
Bit8 = 2
2: 8 bits
Bit10 = 3
3: 10 bits
Bit16 = 4
4: 16 bits
Bit20 = 5
5: 20 bits
Bit24 = 6
6: 24 bits
Bit32 = 7
7: 32 bits
Trait Implementations§
impl Copy for DS
impl Eq for DS
impl IsEnum for DS
impl StructuralPartialEq for DS
Auto Trait Implementations§
impl Freeze for DS
impl RefUnwindSafe for DS
impl Send for DS
impl Sync for DS
impl Unpin for DS
impl UnwindSafe for DS
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