pub struct Can1Builder {
pub can: CAN1,
pub tx: Can1Tx,
pub rx: Can1Rx,
}Expand description
can1 builder
Fields§
§can: CAN1can1 device
tx: Can1Txcan1 tx pin
rx: Can1Rxcan1 rx pin
Implementations§
Auto Trait Implementations§
impl Freeze for Can1Builder
impl RefUnwindSafe for Can1Builder
impl Send for Can1Builder
impl Sync for Can1Builder
impl Unpin for Can1Builder
impl UnwindSafe for Can1Builder
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