Struct resolv::record::A [] [src]

pub struct A {
    pub address: Ipv4Addr,
}

Fields

Trait Implementations

impl Clone for A
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for A
[src]

Formats the value using the given formatter.

impl RecordData for A
[src]

Get type of record

Convert from low level resource record. For internal use.