pub struct GapOutcome {
pub has_gap: bool,
}Expand description
Outcome of skipping a gap in the backend.
Fields§
§has_gap: boolWhether out-of-order packets remain buffered after the skip.
Trait Implementations§
Source§impl Clone for GapOutcome
impl Clone for GapOutcome
Source§fn clone(&self) -> GapOutcome
fn clone(&self) -> GapOutcome
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GapOutcome
impl Debug for GapOutcome
impl Copy for GapOutcome
Auto Trait Implementations§
impl Freeze for GapOutcome
impl RefUnwindSafe for GapOutcome
impl Send for GapOutcome
impl Sync for GapOutcome
impl Unpin for GapOutcome
impl UnsafeUnpin for GapOutcome
impl UnwindSafe for GapOutcome
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