Struct dns_message_parser::rr::PTR [−][src]
pub struct PTR {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub ptr_d_name: DomainName,
}Expand description
The domain name pointer resource record type.
Fields
domain_name: DomainNamettl: u32class: Classptr_d_name: DomainNameImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PTR
impl UnwindSafe for PTR
Blanket Implementations
Mutably borrows from an owned value. Read more