#[repr(u8)]pub enum DataBits {
BIT5 = 0,
BIT6 = 1,
BIT7 = 2,
BIT8 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for DataBits
impl Ord for DataBits
Source§impl PartialOrd for DataBits
impl PartialOrd for DataBits
impl Copy for DataBits
impl Eq for DataBits
impl StructuralPartialEq for DataBits
Auto Trait Implementations§
impl Freeze for DataBits
impl RefUnwindSafe for DataBits
impl Send for DataBits
impl Sync for DataBits
impl Unpin for DataBits
impl UnwindSafe for DataBits
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