pub enum WordLength {
DataBits8,
DataBits9,
}
Variants§
Trait Implementations§
Source§impl Clone for WordLength
impl Clone for WordLength
Source§fn clone(&self) -> WordLength
fn clone(&self) -> WordLength
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WordLength
impl Debug for WordLength
Source§impl Format for WordLength
impl Format for WordLength
Source§impl PartialEq for WordLength
impl PartialEq for WordLength
impl Copy for WordLength
impl Eq for WordLength
impl StructuralPartialEq for WordLength
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