Struct c_ares_sys::Struct_ares_naptr_reply
[−]
[src]
pub struct Struct_ares_naptr_reply {
pub next: *mut Struct_ares_naptr_reply,
pub flags: *mut c_uchar,
pub service: *mut c_uchar,
pub regexp: *mut c_uchar,
pub replacement: *mut c_char,
pub order: c_ushort,
pub preference: c_ushort,
}Fields
next: *mut Struct_ares_naptr_reply
flags: *mut c_uchar
service: *mut c_uchar
regexp: *mut c_uchar
replacement: *mut c_char
order: c_ushort
preference: c_ushort
Trait Implementations
impl Copy for Struct_ares_naptr_reply[src]
impl Clone for Struct_ares_naptr_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