Enum webrtc_ice::state::GatheringState [−][src]
pub enum GatheringState {
Unspecified,
New,
Gathering,
Complete,
}
Expand description
Describes the state of the candidate gathering process.
Variants
Indicates candidate gathering is not yet started.
Indicates candidate gathering is ongoing.
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
type Output = T
type Output = T
Should always be Self