Struct libc::stack_t 
                   
                       [−]
                   
               [src]
pub struct stack_t {
    pub ss_sp: *mut c_void,
    pub ss_flags: c_int,
    pub ss_size: size_t,
}Fields
| ss_sp | |
| ss_flags | |
| ss_size | 
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