Struct libresolv_sys::sigstack [] [src]

pub struct sigstack {
    pub ss_sp: *mut c_void,
    pub ss_onstack: c_int,
}

Fields

ss_sp: *mut c_void ss_onstack: c_int

Trait Implementations

impl Clone for sigstack
[src]

fn clone(&self) -> sigstack

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for sigstack
[src]

impl Debug for sigstack
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for sigstack
[src]

fn default() -> Self

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