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: Instant
id: String
network_type: NetworkType
ip: String
port: u16
candidate_type: CandidateType
priority: u32
url: String
relay_protocol: String
deleted: bool
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CandidateStats
impl Send for CandidateStats
impl Sync for CandidateStats
impl Unpin for CandidateStats
impl UnwindSafe for CandidateStats
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self