Struct c_ares_sys::ares_txt_ext[][src]

#[repr(C)]
pub struct ares_txt_ext { pub next: *mut ares_txt_ext, pub txt: *mut c_uchar, pub length: usize, pub record_start: c_uchar, }

Fields

Trait Implementations

impl Debug for ares_txt_ext
[src]

Formats the value using the given formatter. Read more

impl Copy for ares_txt_ext
[src]

impl Clone for ares_txt_ext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for ares_txt_ext

impl !Sync for ares_txt_ext