Home
last modified time | relevance | path

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

/webrtc/rtcp/src/compound_packet/
H A Dmod.rs29 pub struct CompoundPacket(pub Vec<Box<dyn Packet + Send + Sync>>); struct
31 impl fmt::Display for CompoundPacket { implementation
37 impl Packet for CompoundPacket { implementation
76 impl MarshalSize for CompoundPacket { implementation
84 impl Marshal for CompoundPacket { implementation
98 impl Unmarshal for CompoundPacket { implementation
118 impl CompoundPacket { implementation