pub enum DSW {
Show 13 variants
FOURBIT,
FIVEBIT,
SIXBIT,
SEVENBIT,
EIGHTBIT,
NINEBIT,
TENBIT,
ELEVENBIT,
TWELVEBIT,
THIRTEENBIT,
FOURTEENBIT,
FIFTEENBIT,
SIXTEENBIT,
}
Expand description
Values that can be written to the field DS
Variants§
FOURBIT
4-bit
FIVEBIT
5-bit
SIXBIT
6-bit
SEVENBIT
7-bit
EIGHTBIT
8-bit
NINEBIT
9-bit
TENBIT
10-bit
ELEVENBIT
11-bit
TWELVEBIT
12-bit
THIRTEENBIT
13-bit
FOURTEENBIT
14-bit
FIFTEENBIT
15-bit
SIXTEENBIT
16-bit
Auto Trait Implementations§
impl Freeze for DSW
impl RefUnwindSafe for DSW
impl Send for DSW
impl Sync for DSW
impl Unpin for DSW
impl UnwindSafe for DSW
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