Struct libc::stack_t [] [src]

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

Fields

Trait Implementations

impl Copy for stack_t
[src]

impl Clone for stack_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more