Searched defs:CompoundPacket (Results 1 – 1 of 1) sorted by relevance
29 pub struct CompoundPacket(pub Vec<Box<dyn Packet + Send + Sync>>); struct31 impl fmt::Display for CompoundPacket { implementation37 impl Packet for CompoundPacket { implementation76 impl MarshalSize for CompoundPacket { implementation84 impl Marshal for CompoundPacket { implementation98 impl Unmarshal for CompoundPacket { implementation118 impl CompoundPacket { implementation