Struct libc_interface::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

impl PartialEq for stack_t
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for stack_t
[src]

Auto Trait Implementations

impl !Send for stack_t

impl !Sync for stack_t