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: Instantid: Stringnetwork_type: NetworkTypeip: Stringport: u16candidate_type: CandidateTypepriority: u32url: Stringrelay_protocol: Stringdeleted: boolTrait Implementations
sourceimpl Clone for CandidateStats
impl Clone for CandidateStats
sourcefn clone(&self) -> CandidateStats
fn clone(&self) -> CandidateStats
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for CandidateStats
impl Send for CandidateStats
impl Sync for CandidateStats
impl Unpin for CandidateStats
impl UnwindSafe for CandidateStats
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more