Struct libresolv_sys::Struct_Unnamed34 [] [src]

pub struct Struct_Unnamed34 {
    pub nscount: u_int16_t,
    pub nsmap: [u_int16_t; 3],
    pub nssocks: [c_int; 3],
    pub nscount6: u_int16_t,
    pub nsinit: u_int16_t,
    pub nsaddrs: [*mut sockaddr_in6; 3],
    pub _initstamp: [c_uint; 2],
}

Fields

nscount: u_int16_t nsmap: [u_int16_t; 3] nssocks: [c_int; 3] nscount6: u_int16_t nsinit: u_int16_t nsaddrs: [*mut sockaddr_in6; 3] _initstamp: [c_uint; 2]

Trait Implementations

impl Clone for Struct_Unnamed34
[src]

fn clone(&self) -> Struct_Unnamed34

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

impl Copy for Struct_Unnamed34
[src]

impl Debug for Struct_Unnamed34
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for Struct_Unnamed34
[src]

fn default() -> Self

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