pub enum Can1Rx {
PA11(PA11),
PB8(PB8),
PD0(PD0),
}Expand description
can1 rx pin
Variants§
Auto Trait Implementations§
impl Freeze for Can1Rx
impl RefUnwindSafe for Can1Rx
impl Send for Can1Rx
impl Sync for Can1Rx
impl Unpin for Can1Rx
impl UnwindSafe for Can1Rx
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