Struct libresolv_sys::sigaction [] [src]

#[repr(C)]
pub struct sigaction { pub __sigaction_handler: Union_Unnamed29, pub sa_mask: __sigset_t, pub sa_flags: c_int, pub sa_restorer: Option<extern "C" fn()>, }

Fields

Trait Implementations

impl Copy for sigaction
[src]

impl Clone for sigaction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for sigaction
[src]

Formats the value using the given formatter.

impl Default for sigaction
[src]

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