Struct libresolv_sys::sigaction [] [src]

pub struct sigaction {
    pub __sigaction_handler: Union_Unnamed29,
    pub sa_mask: __sigset_t,
    pub sa_flags: c_int,
    pub sa_restorer: Option<extern fn()>,
}

Fields

__sigaction_handler: Union_Unnamed29 sa_mask: __sigset_t sa_flags: c_int sa_restorer: Option<extern fn()>

Trait Implementations

impl Clone for sigaction
[src]

fn clone(&self) -> sigaction

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

impl Debug for sigaction
[src]

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

Formats the value using the given formatter.

impl Default for sigaction
[src]

fn default() -> Self

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