pub struct MockTransmit {
pub frames: Vec<MockFrame>,
}
Available on crate feature
can
only.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 Freeze for MockTransmit
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