Struct sophia_sys::__darwin_sigaltstack [] [src]

#[repr(C)]
pub struct __darwin_sigaltstack { pub ss_sp: *mut c_void, pub ss_size: __darwin_size_t, pub ss_flags: c_int, // some fields omitted }

Fields

Trait Implementations

impl Copy for __darwin_sigaltstack
[src]

impl Clone for __darwin_sigaltstack
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for __darwin_sigaltstack
[src]

Formats the value using the given formatter.

impl Default for __darwin_sigaltstack
[src]

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