pub struct Resending {
pub begin_seq: u64,
pub end_seq: u64,
}Expand description
Resending state - processing a resend request.
Fields§
§begin_seq: u64Begin sequence number of the gap.
end_seq: u64End sequence number of the gap.
Trait Implementations§
impl SessionState for Resending
Auto Trait Implementations§
impl Freeze for Resending
impl RefUnwindSafe for Resending
impl Send for Resending
impl Sync for Resending
impl Unpin for Resending
impl UnwindSafe for Resending
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