Struct libresolv_sys::sigval [] [src]

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

Fields

_bindgen_data_: [u64; 1]

Methods

impl sigval
[src]

unsafe fn sival_int(&mut self) -> *mut c_int

unsafe fn sival_ptr(&mut self) -> *mut *mut c_void

Trait Implementations

impl Clone for sigval
[src]

fn clone(&self) -> sigval

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

impl Debug for sigval
[src]

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

Formats the value using the given formatter.

impl Default for sigval
[src]

fn default() -> Self

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