Struct c_ares_sys::ares_mx_reply [] [src]

#[repr(C)]
pub struct ares_mx_reply { pub next: *mut ares_mx_reply, pub host: *mut c_char, pub priority: c_ushort, }

Fields

Trait Implementations

impl Debug for ares_mx_reply
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ares_mx_reply
[src]

impl Clone for ares_mx_reply
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for ares_mx_reply

impl !Sync for ares_mx_reply