#[repr(u8)]pub enum Rxsel {
PIN_RXD = 0,
PIN_TXD = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Rxsel
impl Ord for Rxsel
Source§impl PartialOrd for Rxsel
impl PartialOrd for Rxsel
impl Copy for Rxsel
impl Eq for Rxsel
impl StructuralPartialEq for Rxsel
Auto Trait Implementations§
impl Freeze for Rxsel
impl RefUnwindSafe for Rxsel
impl Send for Rxsel
impl Sync for Rxsel
impl Unpin for Rxsel
impl UnwindSafe for Rxsel
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