Struct libc::stack_t [] [src]

pub struct stack_t {
    pub ss_sp: *mut c_void,
    pub ss_size: size_t,
    pub ss_flags: c_int,
}

Fields

ss_sp: *mut c_void ss_size: size_t ss_flags: c_int

Trait Implementations

impl Copy for stack_t
[src]

impl Clone for stack_t
[src]

fn clone(&self) -> stack_t

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