Struct libresolv_sys::sigaltstack [] [src]

#[repr(C)]
pub struct sigaltstack { pub ss_sp: *mut c_void, pub ss_flags: c_int, pub ss_size: size_t, }

Fields

Trait Implementations

impl Copy for sigaltstack
[src]

impl Clone for sigaltstack
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for sigaltstack
[src]

Formats the value using the given formatter.

impl Default for sigaltstack
[src]

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