pub enum SerialDataBits {
Five,
Six,
Seven,
Eight,
}Variants§
Trait Implementations§
Source§impl Clone for SerialDataBits
impl Clone for SerialDataBits
Source§fn clone(&self) -> SerialDataBits
fn clone(&self) -> SerialDataBits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SerialDataBits
Source§impl Debug for SerialDataBits
impl Debug for SerialDataBits
impl Eq for SerialDataBits
Source§impl PartialEq for SerialDataBits
impl PartialEq for SerialDataBits
impl StructuralPartialEq for SerialDataBits
Auto Trait Implementations§
impl Freeze for SerialDataBits
impl RefUnwindSafe for SerialDataBits
impl Send for SerialDataBits
impl Sync for SerialDataBits
impl Unpin for SerialDataBits
impl UnsafeUnpin for SerialDataBits
impl UnwindSafe for SerialDataBits
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