Searched defs:RTCIceConnectionState (Results 1 – 2 of 2) sorted by relevance
5 pub enum RTCIceConnectionState { enum53 impl From<&str> for RTCIceConnectionState { implementation68 impl From<u8> for RTCIceConnectionState { implementation83 impl fmt::Display for RTCIceConnectionState { implementation
610 cs: RTCIceConnectionState, in do_ice_connection_state_change()864 ice_connection_state: RTCIceConnectionState, in update_connection_state()1634 pub fn ice_connection_state(&self) -> RTCIceConnectionState { in ice_connection_state()