pub struct CandidateBase { /* private fields */ }

Implementations

Returns the local preference for this candidate.

Trait Implementations

Returns Candidate ID.

Returns candidate component.

Returns a time indicating the last time this candidate was received.

Returns a time indicating the last time this candidate was sent.

Returns candidate NetworkType.

Returns Candidate Address.

Returns Candidate Port.

Computes the priority for this ICE Candidate.

Returns Option<CandidateRelatedAddress>.

Returns candidate type.

Returns the string representation of the ICECandidate.

Stops the recvLoop.

Used to compare two candidateBases.

An arbitrary string used in the freezing algorithm to group similar candidates. It is the same for two candidates that have the same type, base IP address, protocol (UDP, TCP, etc.), and STUN or TURN server. Read more
Returns the “default value” for a type. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
Converts the given value to a String. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.