Struct rpgffi::ucontext [] [src]

#[repr(C)]
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

Trait Implementations

impl Copy for ucontext
[src]

impl Clone for ucontext
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more