Struct sophia_sys::sigaction [] [src]

#[repr(C)]
pub struct sigaction { pub __sigaction_u: __sigaction_u, 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