Struct webrtc_ice::stats::CandidateStats
source · 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: boolTrait Implementations§
source§impl Clone for CandidateStats
impl Clone for CandidateStats
source§fn clone(&self) -> CandidateStats
fn clone(&self) -> CandidateStats
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more