Struct quinn_proto::Written [−][src]
Indicates how many bytes and chunks had been transferred in a write operation
Fields
bytes: usizeThe amount of bytes which had been written
chunks: usizeThe amount of full chunks which had been written
If a chunk was only partially written, it will not be counted by this field.
Trait Implementations
impl StructuralEq for Written[src]
impl StructuralEq for Written[src]impl StructuralPartialEq for Written[src]
impl StructuralPartialEq for Written[src]Auto Trait Implementations
impl RefUnwindSafe for Written
impl RefUnwindSafe for Writtenimpl UnwindSafe for Written
impl UnwindSafe for WrittenBlanket 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>,