Searched defs:DnsType (Results 1 – 12 of 12) sorted by relevance
26 pub enum DnsType { enum50 impl From<u16> for DnsType { implementation76 impl fmt::Display for DnsType { implementation100 impl DnsType { implementation
17 fn real_type(&self) -> DnsType { in real_type()
18 fn real_type(&self) -> DnsType { in real_type()
24 fn real_type(&self) -> DnsType { in real_type()
22 fn real_type(&self) -> DnsType { in real_type()
26 fn real_type(&self) -> DnsType { in real_type()
39 fn real_type(&self) -> DnsType { in real_type()
43 fn real_type(&self) -> DnsType { in real_type()
237 fn real_type(&self) -> DnsType; in real_type()251 typ: DnsType, in unpack_resource_body()