#[repr(u8)]pub enum Txposelect {
Txpo0 = 0,
Txpo2 = 2,
Txpo3 = 3,
}
Expand description
Transmit Data Pinout
Value on reset: 0
Variants§
Txpo0 = 0
0: TxD on PAD0, XCK on PAD1
Txpo2 = 2
2: TxD on PAD0, RTS/TE on PAD2, CTS on PAD3
Txpo3 = 3
3: TxD on PAD0, XCK on PAD1, RTS/TE on PAD2
Trait Implementations§
Source§impl Clone for Txposelect
impl Clone for Txposelect
Source§fn clone(&self) -> Txposelect
fn clone(&self) -> Txposelect
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 Txposelect
impl Debug for Txposelect
Source§impl From<Txposelect> for u8
impl From<Txposelect> for u8
Source§fn from(variant: Txposelect) -> Self
fn from(variant: Txposelect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Txposelect
impl PartialEq for Txposelect
impl Copy for Txposelect
impl Eq for Txposelect
impl IsEnum for Txposelect
impl StructuralPartialEq for Txposelect
Auto Trait Implementations§
impl Freeze for Txposelect
impl RefUnwindSafe for Txposelect
impl Send for Txposelect
impl Sync for Txposelect
impl Unpin for Txposelect
impl UnwindSafe for Txposelect
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