pub enum UartStopBits {
Stop1,
Stop1_5,
Stop2,
}
Variants§
Trait Implementations§
Source§impl Clone for UartStopBits
impl Clone for UartStopBits
Source§fn clone(&self) -> UartStopBits
fn clone(&self) -> UartStopBits
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 UartStopBits
impl Debug for UartStopBits
Source§impl PartialEq for UartStopBits
impl PartialEq for UartStopBits
impl Copy for UartStopBits
impl StructuralPartialEq for UartStopBits
Auto Trait Implementations§
impl Freeze for UartStopBits
impl RefUnwindSafe for UartStopBits
impl Send for UartStopBits
impl Sync for UartStopBits
impl Unpin for UartStopBits
impl UnwindSafe for UartStopBits
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