#[repr(u8)]pub enum Uartchls {
UART_DP_TX = 0,
UART_DM_TX = 1,
}Variants§
UART_DP_TX = 0
USB DP and DM signals are used as UART TX/RX.
UART_DM_TX = 1
USB DP and DM signals are used as UART RX/TX.
Implementations§
Trait Implementations§
Source§impl Ord for Uartchls
impl Ord for Uartchls
Source§impl PartialOrd for Uartchls
impl PartialOrd for Uartchls
impl Copy for Uartchls
impl Eq for Uartchls
impl StructuralPartialEq for Uartchls
Auto Trait Implementations§
impl Freeze for Uartchls
impl RefUnwindSafe for Uartchls
impl Send for Uartchls
impl Sync for Uartchls
impl Unpin for Uartchls
impl UnwindSafe for Uartchls
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