Enum webrtc_ice::candidate::CandidatePairState [−][src]
pub enum CandidatePairState {
Unspecified,
Waiting,
InProgress,
Failed,
Succeeded,
}Expand description
Represent the ICE candidate pair state.
Variants
Means a check has not been performed for this pair.
Means a check has been sent for this pair, but the transaction is in progress.
Means a check for this pair was already done and failed, either never producing any response or producing an unrecoverable failure response.
Means a check for this pair was already done and produced a successful result.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CandidatePairStateimpl Send for CandidatePairStateimpl Sync for CandidatePairStateimpl Unpin for CandidatePairStateimpl UnwindSafe for CandidatePairStateBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V