struct SendProgress {
transmitted: bool,
repeated: bool,
}Expand description
What the MAC observed of an ack-tracked frame it sent.
Fields§
§transmitted: bool§repeated: boolAuto Trait Implementations§
impl Freeze for SendProgress
impl RefUnwindSafe for SendProgress
impl Send for SendProgress
impl Sync for SendProgress
impl Unpin for SendProgress
impl UnwindSafe for SendProgress
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more