Struct libresolv_sys::__ns_msg
[−]
[src]
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
_msg: *const u_char
_eom: *const u_char
_id: u_int16_t
_flags: u_int16_t
_counts: [u_int16_t; 4]
_sections: [*const u_char; 4]
_sect: ns_sect
_rrnum: c_int
_msg_ptr: *const u_char
Trait Implementations
impl Clone for __ns_msg
[src]
fn clone(&self) -> __ns_msg
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more