pub enum Can2Rx {
PB5(PB5),
PB12(PB12),
}Expand description
can2 rx pin
Variants§
Auto Trait Implementations§
impl Freeze for Can2Rx
impl RefUnwindSafe for Can2Rx
impl Send for Can2Rx
impl Sync for Can2Rx
impl Unpin for Can2Rx
impl UnwindSafe for Can2Rx
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