Enum webrtc_ice::state::GatheringState [−][src]
pub enum GatheringState {
Unspecified,
New,
Gathering,
Complete,
}
Expand description
Describes the state of the candidate gathering process.
Variants
Unspecified
New
Indicates candidate gathering is not yet started.
Gathering
Indicates candidate gathering is ongoing.
Complete
Indicates candidate gathering has been completed.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GatheringState
impl Send for GatheringState
impl Sync for GatheringState
impl Unpin for GatheringState
impl UnwindSafe for GatheringState
Blanket Implementations
Mutably borrows from an owned value. Read more