Home
last modified time | relevance | path

Searched refs:UnknownReportBlock (Results 1 – 2 of 2) sorted by relevance

/webrtc/rtcp/src/extended_report/
H A Dunknown.rs6 pub struct UnknownReportBlock { struct
10 impl fmt::Display for UnknownReportBlock { implementation
16 impl UnknownReportBlock { impl
26 impl Packet for UnknownReportBlock { implementation
46 .downcast_ref::<UnknownReportBlock>() in equal()
54 impl MarshalSize for UnknownReportBlock { implementation
60 impl Marshal for UnknownReportBlock { implementation
77 impl Unmarshal for UnknownReportBlock { implementation
96 Ok(UnknownReportBlock { bytes }) in unmarshal()
H A Dmod.rs17 pub use unknown::UnknownReportBlock;
289 _ => Box::new(UnknownReportBlock::unmarshal(raw_packet)?), in unmarshal()