Struct dns_message_parser::rr::HINFO [−][src]
pub struct HINFO {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub cpu: String,
pub os: String,
}Expand description
The host information resource record type.
Fields
domain_name: DomainNamettl: u32class: Classcpu: Stringos: StringImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HINFO
impl UnwindSafe for HINFO
Blanket Implementations
Mutably borrows from an owned value. Read more