Struct libresolv_sys::__ns_rr [] [src]

#[repr(C)]
pub struct __ns_rr { pub name: [c_char; 1025], pub type_: u_int16_t, pub rr_class: u_int16_t, pub ttl: u_int32_t, pub rdlength: u_int16_t, pub rdata: *const u_char, }

Fields

Trait Implementations

impl Copy for __ns_rr
[src]

impl Clone for __ns_rr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for __ns_rr
[src]

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