Struct resolv::record::MX [] [src]

pub struct MX {
    pub preference: i16,
    pub exchange: String,
}

Fields

Trait Implementations

impl Clone for MX
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MX
[src]

Formats the value using the given formatter.

impl RecordData for MX
[src]

Get type of record

Convert from low level resource record. For internal use.