Searched refs:UnknownReportBlock (Results 1 – 2 of 2) sorted by relevance
6 pub struct UnknownReportBlock { struct10 impl fmt::Display for UnknownReportBlock { implementation16 impl UnknownReportBlock { impl26 impl Packet for UnknownReportBlock { implementation46 .downcast_ref::<UnknownReportBlock>() in equal()54 impl MarshalSize for UnknownReportBlock { implementation60 impl Marshal for UnknownReportBlock { implementation77 impl Unmarshal for UnknownReportBlock { implementation96 Ok(UnknownReportBlock { bytes }) in unmarshal()
17 pub use unknown::UnknownReportBlock;289 _ => Box::new(UnknownReportBlock::unmarshal(raw_packet)?), in unmarshal()