Struct libresolv_sys::Struct_Unnamed15 [] [src]

pub struct Struct_Unnamed15 {
    pub si_addr: *mut c_void,
    pub si_addr_lsb: c_short,
    pub si_addr_bnd: Struct_Unnamed16,
}

Fields

si_addr: *mut c_void si_addr_lsb: c_short si_addr_bnd: Struct_Unnamed16

Trait Implementations

impl Clone for Struct_Unnamed15
[src]

fn clone(&self) -> Struct_Unnamed15

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_Unnamed15
[src]

impl Debug for Struct_Unnamed15
[src]

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

Formats the value using the given formatter.

impl Default for Struct_Unnamed15
[src]

fn default() -> Self

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