Struct resolv::record::AAAA [] [src]

pub struct AAAA {
    pub address: Ipv6Addr,
}

Fields

Trait Implementations

impl Debug for AAAA
[src]

Formats the value using the given formatter.

impl Clone for AAAA
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl RecordData for AAAA
[src]

Get type of record

Convert from low level resource record. For internal use.