Struct webrtc_ice::stats::CandidateStats [−][src]
pub struct CandidateStats {
pub timestamp: Instant,
pub id: String,
pub network_type: NetworkType,
pub ip: String,
pub port: u16,
pub candidate_type: CandidateType,
pub priority: u32,
pub url: String,
pub relay_protocol: String,
pub deleted: bool,
}Fields
timestamp: Instantid: Stringnetwork_type: NetworkTypeip: Stringport: u16candidate_type: CandidateTypepriority: u32url: Stringrelay_protocol: Stringdeleted: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CandidateStatsimpl Send for CandidateStatsimpl Sync for CandidateStatsimpl Unpin for CandidateStatsimpl UnwindSafe for CandidateStatsBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V