Struct libresolv_sys::sigevent [] [src]

pub struct sigevent {
    pub sigev_value: sigval_t,
    pub sigev_signo: c_int,
    pub sigev_notify: c_int,
    pub _sigev_un: Union_Unnamed26,
}

Fields

sigev_value: sigval_t sigev_signo: c_int sigev_notify: c_int _sigev_un: Union_Unnamed26

Trait Implementations

impl Clone for sigevent
[src]

fn clone(&self) -> sigevent

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

impl Debug for sigevent
[src]

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

Formats the value using the given formatter.

impl Default for sigevent
[src]

fn default() -> Self

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