Struct c_ares_sys::Struct_ares_addr_node
[−]
[src]
pub struct Struct_ares_addr_node {
pub next: *mut Struct_ares_addr_node,
pub family: c_int,
pub addr: Union_Unnamed2,
}Fields
next: *mut Struct_ares_addr_node
family: c_int
addr: Union_Unnamed2
Trait Implementations
impl Copy for Struct_ares_addr_node[src]
impl Clone for Struct_ares_addr_node[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