pub enum SerialStopBits {
One,
Two,
}Variants§
Trait Implementations§
Source§impl Clone for SerialStopBits
impl Clone for SerialStopBits
Source§fn clone(&self) -> SerialStopBits
fn clone(&self) -> SerialStopBits
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 SerialStopBits
Source§impl Debug for SerialStopBits
impl Debug for SerialStopBits
impl Eq for SerialStopBits
Source§impl PartialEq for SerialStopBits
impl PartialEq for SerialStopBits
impl StructuralPartialEq for SerialStopBits
Auto Trait Implementations§
impl Freeze for SerialStopBits
impl RefUnwindSafe for SerialStopBits
impl Send for SerialStopBits
impl Sync for SerialStopBits
impl Unpin for SerialStopBits
impl UnsafeUnpin for SerialStopBits
impl UnwindSafe for SerialStopBits
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