Struct libresolv_sys::Union_Unnamed9 [] [src]

pub struct Union_Unnamed9 {
    pub _bindgen_data_: [u32; 4],
}

Fields

_bindgen_data_: [u32; 4]

Methods

impl Union_Unnamed9
[src]

unsafe fn __u6_addr8(&mut self) -> *mut [uint8_t; 16]

unsafe fn __u6_addr16(&mut self) -> *mut [uint16_t; 8]

unsafe fn __u6_addr32(&mut self) -> *mut [uint32_t; 4]

Trait Implementations

impl Clone for Union_Unnamed9
[src]

fn clone(&self) -> Union_Unnamed9

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

impl Debug for Union_Unnamed9
[src]

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

Formats the value using the given formatter.

impl Default for Union_Unnamed9
[src]

fn default() -> Self

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