Struct c_ares_sys::ares_txt_reply [] [src]

#[repr(C)]
pub struct ares_txt_reply { pub next: *mut ares_txt_reply, pub txt: *mut c_uchar, pub length: size_t, }

Fields

Trait Implementations

impl Copy for ares_txt_reply
[src]

impl Clone for ares_txt_reply
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ares_txt_reply
[src]

Returns the "default value" for a type. Read more