pub enum UartMode {
Off,
RtsCts,
DtrDsr,
XonXoff,
NoFlowControl,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UartMode
impl RefUnwindSafe for UartMode
impl Send for UartMode
impl Sync for UartMode
impl Unpin for UartMode
impl UnsafeUnpin for UartMode
impl UnwindSafe for UartMode
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