Enum webrtc_mdns::message::DnsType
source · pub enum DnsType {
Show 16 variants
A = 1,
Ns = 2,
Cname = 5,
Soa = 6,
Ptr = 12,
Mx = 15,
Txt = 16,
Aaaa = 28,
Srv = 33,
Opt = 41,
Wks = 11,
Hinfo = 13,
Minfo = 14,
Axfr = 252,
All = 255,
Unsupported = 0,
}
Variants§
A = 1
Ns = 2
Cname = 5
Soa = 6
Ptr = 12
Mx = 15
Txt = 16
Aaaa = 28
Srv = 33
Opt = 41
Wks = 11
Hinfo = 13
Minfo = 14
Axfr = 252
All = 255
Unsupported = 0
Trait Implementations§
source§impl PartialEq for DnsType
impl PartialEq for DnsType
impl Copy for DnsType
impl Eq for DnsType
impl StructuralPartialEq for DnsType
Auto Trait Implementations§
impl Freeze for DnsType
impl RefUnwindSafe for DnsType
impl Send for DnsType
impl Sync for DnsType
impl Unpin for DnsType
impl UnwindSafe for DnsType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more