Struct c_ares_sys::ares_naptr_reply [] [src]

#[repr(C)]
pub struct ares_naptr_reply { pub next: *mut 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

Trait Implementations

impl Debug for ares_naptr_reply
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ares_naptr_reply
[src]

impl Clone for ares_naptr_reply
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations