pub enum SWAPW {
STANDARD,
SWAPPED,
}
Expand description
Values that can be written to the field SWAP
Variants§
STANDARD
TX/RX pins are used as defined in standard pinout
SWAPPED
The TX and RX pins functions are swapped
Auto Trait Implementations§
impl Freeze for SWAPW
impl RefUnwindSafe for SWAPW
impl Send for SWAPW
impl Sync for SWAPW
impl Unpin for SWAPW
impl UnwindSafe for SWAPW
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