Struct c_ares_sys::ares_srv_reply [] [src]

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

Fields

Trait Implementations

impl Debug for ares_srv_reply
[src]

[src]

Formats the value using the given formatter.

impl Copy for ares_srv_reply
[src]

impl Clone for ares_srv_reply
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more