Struct libresolv_sys::ucontext [] [src]

pub struct ucontext {
    pub uc_flags: c_ulong,
    pub uc_link: *mut ucontext,
    pub uc_stack: stack_t,
    pub uc_mcontext: mcontext_t,
    pub uc_sigmask: __sigset_t,
    pub __fpregs_mem: _libc_fpstate,
}

Fields

uc_flags: c_ulong uc_link: *mut ucontext uc_stack: stack_t uc_mcontext: mcontext_t uc_sigmask: __sigset_t __fpregs_mem: _libc_fpstate

Trait Implementations

impl Clone for ucontext
[src]

fn clone(&self) -> ucontext

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 ucontext
[src]

impl Debug for ucontext
[src]

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

Formats the value using the given formatter.

impl Default for ucontext
[src]

fn default() -> Self

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