Struct sophia_sys::__sigaction [] [src]

#[repr(C)]
pub struct __sigaction { pub __sigaction_u: __sigaction_u, pub sa_tramp: Option<unsafe extern "C" fn(_: *mut c_void, _: c_int, _: c_int, _: *mut siginfo_t, _: *mut c_void)>, pub sa_mask: sigset_t, pub sa_flags: c_int, }

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