pub struct Can1Pins {
pub tx: PA12<Alternate<9>>,
pub rx: PA11<Alternate<9>>,
}Fields§
§tx: PA12<Alternate<9>>§rx: PA11<Alternate<9>>Auto Trait Implementations§
impl Freeze for Can1Pins
impl RefUnwindSafe for Can1Pins
impl Send for Can1Pins
impl Sync for Can1Pins
impl Unpin for Can1Pins
impl UnwindSafe for Can1Pins
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