Struct libresolv_sys::__ns_msg [] [src]

#[repr(C)]
pub struct __ns_msg { pub _msg: *const u_char, pub _eom: *const u_char, pub _id: u_int16_t, pub _flags: u_int16_t, pub _counts: [u_int16_t; 4], pub _sections: [*const u_char; 4], pub _sect: ns_sect, pub _rrnum: c_int, pub _msg_ptr: *const u_char, }

Fields

Trait Implementations

impl Copy for __ns_msg
[src]

impl Clone for __ns_msg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for __ns_msg
[src]

Formats the value using the given formatter.

impl Default for __ns_msg
[src]

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