pub struct Can2Builder {
pub can: CAN2,
pub tx: Can2Tx,
pub rx: Can2Rx,
}Expand description
can2 builder
Fields§
§can: CAN2can2 device
tx: Can2Txcan2 tx pin
rx: Can2Rxcan2 rx pin
Implementations§
Auto Trait Implementations§
impl Freeze for Can2Builder
impl RefUnwindSafe for Can2Builder
impl Send for Can2Builder
impl Sync for Can2Builder
impl Unpin for Can2Builder
impl UnwindSafe for Can2Builder
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