Struct s2n_quic_core::frame::ack::AckRangesDecoder
source · pub struct AckRangesDecoder<'a> { /* private fields */ }Trait Implementations§
source§impl<'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
source§impl<'a> Clone for AckRangesDecoder<'a>
impl<'a> Clone for AckRangesDecoder<'a>
source§fn clone(&self) -> AckRangesDecoder<'a>
fn clone(&self) -> AckRangesDecoder<'a>
Returns a copy 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<'a> Debug for AckRangesDecoder<'a>
impl<'a> Debug for AckRangesDecoder<'a>
source§impl<'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<'_>>
source§impl<'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<'_>>
source§impl<'a> PartialEq for AckRangesDecoder<'a>
impl<'a> PartialEq 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§
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