Home
last modified time | relevance | path

Searched defs:ChunkType (Results 1 – 2 of 2) sorted by relevance

/webrtc/sctp/src/chunk/
H A Dchunk_type.rs7 pub(crate) struct ChunkType(pub(crate) u8); struct
27 impl fmt::Display for ChunkType { implementation
/webrtc/rtcp/src/extended_report/
H A Drle.rs7 pub enum ChunkType { enum
56 pub fn chunk_type(&self) -> ChunkType { in chunk_type()