Struct webrtc_ice::candidate::CandidateRelatedAddress [−][src]
Expand description
Convey transport addresses related to the candidate, useful for diagnostics and other purposes.
Fields
address: String
port: u16
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CandidateRelatedAddress
impl Send for CandidateRelatedAddress
impl Sync for CandidateRelatedAddress
impl Unpin for CandidateRelatedAddress
impl UnwindSafe for CandidateRelatedAddress
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self