Struct sophia_sys::sigstack [] [src]

#[repr(C)]
pub struct sigstack { pub ss_sp: *mut c_char, pub ss_onstack: c_int, // some fields omitted }

Fields

Trait Implementations

impl Copy for sigstack
[src]

impl Clone for sigstack
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for sigstack
[src]

Formats the value using the given formatter.

impl Default for sigstack
[src]

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