Searched defs:DecodedH3Stream (Results 1 – 1 of 1) sorted by relevance
79 struct DecodedH3Stream { struct80 ty: StreamType,81 state: DecodeState,82 buffer: Vec<u8>,83 offset: usize,84 push_id: Option<u64>,85 frame_type: Option<u64>,86 push_frame_id: Option<u64>,87 payload_len: Option<u64>,88 stream_set: bool,[all …]