Struct dns_message_parser::rr::GPOS [−][src]
pub struct GPOS {
pub domain_name: DomainName,
pub ttl: u32,
pub class: Class,
pub longitude: String,
pub latitude: String,
pub altitude: String,
}Expand description
The geographical location resource record type.
Fields
domain_name: DomainNamettl: u32class: Classlongitude: Stringlatitude: Stringaltitude: StringImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GPOS
impl UnwindSafe for GPOS
Blanket Implementations
Mutably borrows from an owned value. Read more