Struct webrtc_ice::candidate::candidate_base::CandidateBase[][src]

pub struct CandidateBase { /* fields omitted */ }

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

Performs the conversion.

Performs the conversion.

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.