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: usize, }

Fields

Trait Implementations

impl Debug for ares_txt_reply
[src]

[src]

Formats the value using the given formatter.

impl Copy for ares_txt_reply
[src]

impl Clone for ares_txt_reply
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more