Searched defs:RTCIceTransportState (Results 1 – 2 of 2) sorted by relevance
6 pub enum RTCIceTransportState { enum55 impl From<&str> for RTCIceTransportState { implementation70 impl From<u8> for RTCIceTransportState { implementation85 impl fmt::Display for RTCIceTransportState { implementation108 impl From<ConnectionState> for RTCIceTransportState { implementation123 impl RTCIceTransportState { impl
299 pub fn state(&self) -> RTCIceTransportState { in state()303 pub(crate) fn set_state(&self, s: RTCIceTransportState) { in set_state()