Home
last modified time | relevance | path

Searched defs:CandidateBase (Results 1 – 5 of 5) sorted by relevance

/webrtc/ice/src/candidate/
H A Dcandidate_base.rs36 pub struct CandidateBase { struct
37 pub(crate) id: String,
38 pub(crate) network_type: AtomicU8,
39 pub(crate) candidate_type: CandidateType,
64 impl Default for CandidateBase { implementation
94 impl fmt::Display for CandidateBase { implementation
120 impl Candidate for CandidateBase { implementation
315 impl CandidateBase { implementation
H A Dcandidate_host.rs17 pub fn new_candidate_host(self) -> Result<CandidateBase> { in new_candidate_host()
H A Dcandidate_peer_reflexive.rs21 pub fn new_candidate_peer_reflexive(self) -> Result<CandidateBase> { in new_candidate_peer_reflexive()
H A Dcandidate_server_reflexive.rs20 pub fn new_candidate_server_reflexive(self) -> Result<CandidateBase> { in new_candidate_server_reflexive()
H A Dcandidate_relay.rs24 pub fn new_candidate_relay(self) -> Result<CandidateBase> { in new_candidate_relay()