Struct dns_message_parser::rr::AAAA [−][src]
pub struct AAAA {
pub domain_name: DomainName,
pub ttl: u32,
pub ipv6_addr: Ipv6Addr,
}Expand description
The IPv6 host address resource record type.
Fields
domain_name: DomainNamettl: u32ipv6_addr: Ipv6AddrImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AAAA
impl UnwindSafe for AAAA
Blanket Implementations
Mutably borrows from an owned value. Read more