pub enum DW_A {
_1BIT,
_4BIT,
}
Expand description
Data Width
Value on reset: 0
Variants
_1BIT
0: 1-bit mode
_4BIT
1: 4-bit mode
Trait Implementations
impl Copy for DW_A
impl StructuralPartialEq for DW_A
Auto Trait Implementations
impl RefUnwindSafe for DW_A
impl Send for DW_A
impl Sync for DW_A
impl Unpin for DW_A
impl UnwindSafe for DW_A
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