Struct s2n_quic_core::frame::ack::AckRangesDecoder
source · [−]pub struct AckRangesDecoder<'a> { /* private fields */ }Trait Implementations
sourceimpl<'a> AckRanges for AckRangesDecoder<'a>
impl<'a> AckRanges for AckRangesDecoder<'a>
type Iter = AckRangesIter<'a>
fn ack_ranges(&self) -> Self::Iter
fn largest_acknowledged(&self) -> VarInt
sourceimpl<'a> Clone for AckRangesDecoder<'a>
impl<'a> Clone for AckRangesDecoder<'a>
sourcefn clone(&self) -> AckRangesDecoder<'a>
fn clone(&self) -> AckRangesDecoder<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'a> Debug for AckRangesDecoder<'a>
impl<'a> Debug for AckRangesDecoder<'a>
sourceimpl<'a> DecoderParameterizedValue<'a> for AckRangesDecoder<'a>
impl<'a> DecoderParameterizedValue<'a> for AckRangesDecoder<'a>
type Parameter = VarInt
fn decode_parameterized(
largest_acknowledged: Self::Parameter,
buffer: DecoderBuffer<'a>
) -> DecoderBufferResult<'a, AckRangesDecoder<'_>>
sourceimpl<'a> DecoderParameterizedValueMut<'a> for AckRangesDecoder<'a>
impl<'a> DecoderParameterizedValueMut<'a> for AckRangesDecoder<'a>
type Parameter = VarInt
fn decode_parameterized_mut(
largest_acknowledged: Self::Parameter,
buffer: DecoderBufferMut<'a>
) -> DecoderBufferMutResult<'a, AckRangesDecoder<'_>>
sourceimpl<'a> PartialEq<AckRangesDecoder<'a>> for AckRangesDecoder<'a>
impl<'a> PartialEq<AckRangesDecoder<'a>> for AckRangesDecoder<'a>
impl<'a> Copy for AckRangesDecoder<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for AckRangesDecoder<'a>
impl<'a> Send for AckRangesDecoder<'a>
impl<'a> Sync for AckRangesDecoder<'a>
impl<'a> Unpin for AckRangesDecoder<'a>
impl<'a> UnwindSafe for AckRangesDecoder<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more