Struct libresolv_sys::Union_Unnamed29 [] [src]

pub struct Union_Unnamed29 {
    pub _bindgen_data_: [u64; 1],
}

Fields

_bindgen_data_: [u64; 1]

Methods

impl Union_Unnamed29
[src]

unsafe fn sa_handler(&mut self) -> *mut __sighandler_t

unsafe fn sa_sigaction(&mut self) -> *mut Option<unsafe extern fn(arg1: c_int, arg2: *mut siginfo_t, arg3: *mut c_void)>

Trait Implementations

impl Clone for Union_Unnamed29
[src]

fn clone(&self) -> Union_Unnamed29

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

impl Debug for Union_Unnamed29
[src]

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

Formats the value using the given formatter.

impl Default for Union_Unnamed29
[src]

fn default() -> Self

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