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