Struct async_hal::can::transmit::MockTransmit
source · pub struct MockTransmit {
pub frames: Vec<MockFrame>,
}Fields§
§frames: Vec<MockFrame>Trait Implementations§
source§impl Default for MockTransmit
impl Default for MockTransmit
source§fn default() -> MockTransmit
fn default() -> MockTransmit
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for MockTransmit
impl Send for MockTransmit
impl Sync for MockTransmit
impl Unpin for MockTransmit
impl UnwindSafe for MockTransmit
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