Struct s2n_quic_core::packet::decoding::HeaderDecoderResult
source · [−]Fields
packet_len: usizeheader_len: usizeImplementations
sourceimpl HeaderDecoderResult
impl HeaderDecoderResult
pub fn split_off_packet<'a>(
&self,
buffer: DecoderBufferMut<'a>
) -> Result<(ProtectedPayload<'a>, ProtectedPacketNumber, DecoderBufferMut<'a>), DecoderError>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HeaderDecoderResult
impl Send for HeaderDecoderResult
impl Sync for HeaderDecoderResult
impl Unpin for HeaderDecoderResult
impl UnwindSafe for HeaderDecoderResult
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