Struct quinn_proto::Chunk [−][src]
A chunk of data from the receive stream
Fields
offset: u64The offset in the stream
bytes: BytesThe contents of the chunk
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Chunk
impl RefUnwindSafe for Chunkimpl UnwindSafe for Chunk
impl UnwindSafe for ChunkBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,