pub struct Can2Pins {
pub tx: PB13<Alternate<9>>,
pub rx: PB12<Alternate<9>>,
}Expand description
CAN2 bus pins
Fields§
§tx: PB13<Alternate<9>>§rx: PB12<Alternate<9>>Auto Trait Implementations§
impl Freeze for Can2Pins
impl RefUnwindSafe for Can2Pins
impl Send for Can2Pins
impl Sync for Can2Pins
impl Unpin for Can2Pins
impl UnwindSafe for Can2Pins
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