pub enum UartParam {
Baud,
DataBits,
Parity,
StopBits,
}Expand description
A UART line parameter, one per SSH_STAMP_UART_* environment variable.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UartParam
impl RefUnwindSafe for UartParam
impl Send for UartParam
impl Sync for UartParam
impl Unpin for UartParam
impl UnsafeUnpin for UartParam
impl UnwindSafe for UartParam
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