pub struct AckFrame {
pub ack_through: u32,
}Expand description
Cumulative ack frontier: the next block the receiver still needs.
Fields§
§ack_through: u32Trait Implementations§
impl Copy for AckFrame
impl Eq for AckFrame
impl StructuralPartialEq for AckFrame
Auto Trait Implementations§
impl Freeze for AckFrame
impl RefUnwindSafe for AckFrame
impl Send for AckFrame
impl Sync for AckFrame
impl Unpin for AckFrame
impl UnsafeUnpin for AckFrame
impl UnwindSafe for AckFrame
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