Struct dns_message_parser::rr::NULL [−][src]
pub struct NULL {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub data: Vec<u8>,
}Expand description
The null type.
Fields
domain_name: DomainNamettl: u32class: Classdata: Vec<u8>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NULL
impl UnwindSafe for NULL
Blanket Implementations
Mutably borrows from an owned value. Read more