pub enum DataWidth {
Bit4,
Bit8,
}
Expand description
Variants§
Trait Implementations§
impl Copy for DataWidth
impl StructuralPartialEq for DataWidth
Auto Trait Implementations§
impl Freeze for DataWidth
impl RefUnwindSafe for DataWidth
impl Send for DataWidth
impl Sync for DataWidth
impl Unpin for DataWidth
impl UnwindSafe for DataWidth
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