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 MulticastDnsModeimpl Send for MulticastDnsModeimpl Sync for MulticastDnsModeimpl Unpin for MulticastDnsModeimpl UnwindSafe for MulticastDnsModeBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V