pub enum Dwselect {
_1bit = 0,
_4bit = 1,
}
Expand description
Data Width
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Dwselect
impl Eq for Dwselect
impl StructuralPartialEq for Dwselect
Auto Trait Implementations§
impl Freeze for Dwselect
impl RefUnwindSafe for Dwselect
impl Send for Dwselect
impl Sync for Dwselect
impl Unpin for Dwselect
impl UnwindSafe for Dwselect
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