Searched defs:MessageInfo (Results 1 – 4 of 4) sorted by relevance
38 struct MessageInfo { struct
43 struct MessageInfo { struct44 MessageType msgType;
62 struct API_EXPORT MessageInfo { struct63 MessageType msgType;
347 pub fn pop_task_info(&self, task_id: u32) -> Vec<MessageInfo> { in pop_task_info()374 pub enum MessageInfo { enum379 impl MessageInfo { implementation424 fn deserialize(mut input: &[u8]) -> (u32, MessageInfo) { in deserialize() argument