pub enum EthRxD1 {
PC5(PC5),
PD10(PD10),
}Expand description
eth rx_d1 pin
Variants§
Auto Trait Implementations§
impl Freeze for EthRxD1
impl RefUnwindSafe for EthRxD1
impl Send for EthRxD1
impl Sync for EthRxD1
impl Unpin for EthRxD1
impl UnwindSafe for EthRxD1
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