Enum webrtc_ice::mdns::MulticastDnsMode [−][src]
pub enum MulticastDnsMode { Unspecified, Disabled, QueryOnly, QueryAndGather, }
Expand description
Represents the different Multicast modes that ICE can run.
Variants
Means remote mDNS candidates will be discarded, and local host candidates will use IPs.
Means remote mDNS candidates will be accepted, and local host candidates will use IPs.
Means remote mDNS candidates will be accepted, and local host candidates will use mDNS.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MulticastDnsMode
impl Send for MulticastDnsMode
impl Sync for MulticastDnsMode
impl Unpin for MulticastDnsMode
impl UnwindSafe for MulticastDnsMode
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self