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 GatheringStateimpl Send for GatheringStateimpl Sync for GatheringStateimpl Unpin for GatheringStateimpl UnwindSafe for GatheringStateBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V