Struct c_ares_sys::Struct_ares_srv_reply
[−]
[src]
pub struct Struct_ares_srv_reply {
pub next: *mut Struct_ares_srv_reply,
pub host: *mut c_char,
pub priority: c_ushort,
pub weight: c_ushort,
pub port: c_ushort,
}Fields
next: *mut Struct_ares_srv_reply
host: *mut c_char
priority: c_ushort
weight: c_ushort
port: c_ushort
Trait Implementations
impl Copy for Struct_ares_srv_reply[src]
impl Clone for Struct_ares_srv_reply[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more