Home
last modified time | relevance | path

Searched defs:GatheringState (Results 1 – 2 of 2) sorted by relevance

/webrtc/ice/src/state/
H A Dmod.rs72 pub enum GatheringState { enum
85 impl From<u8> for GatheringState { implementation
96 impl Default for GatheringState { implementation
102 impl fmt::Display for GatheringState { implementation
/webrtc/ice/src/agent/
H A Dagent_gather.rs180 new_state: GatheringState, in set_gathering_state()