Struct trust_dns_proto::rr::rdata::null::NULL [−][src]
pub struct NULL { /* fields omitted */ }
Expand description
RFC 1035, DOMAIN NAMES - IMPLEMENTATION AND SPECIFICATION, November 1987
3.3.10. NULL RDATA format (EXPERIMENTAL)
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
/ <anything> /
/ /
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
Anything at all may be in the RDATA field so long as it is 65535 octets
or less.
NULL records cause no additional section processing. NULL RRs are not
allowed in master files. NULLs are used as placeholders in some
experimental extensions of the DNS.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NULL
impl UnwindSafe for NULL
Blanket Implementations
Mutably borrows from an owned value. Read more