Home
last modified time | relevance | path

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

/webrtc/data/src/message/
H A Dmessage_type.rs13 pub enum MessageType { enum
18 impl MarshalSize for MessageType { implementation
24 impl Marshal for MessageType { implementation
37 impl Unmarshal for MessageType { implementation
H A Dmod.rs72 pub fn message_type(&self) -> MessageType { in message_type()
/webrtc/stun/src/
H A Dmessage.rs258 pub fn set_type(&mut self, t: MessageType) { in set_type()
515 pub struct MessageType { struct
522 pub const BINDING_REQUEST: MessageType = MessageType { argument
537 impl fmt::Display for MessageType { implementation
559 impl Setter for MessageType { implementation
567 impl MessageType { impl
/webrtc/turn/src/server/
H A Drequest.rs860 msg_type: MessageType, in build_msg()