pub enum WordLength {
DataBits8,
DataBits9,
}
Variants§
Auto Trait Implementations§
impl Freeze for WordLength
impl RefUnwindSafe for WordLength
impl Send for WordLength
impl Sync for WordLength
impl Unpin for WordLength
impl UnwindSafe for WordLength
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