Skip to main content

UnwContext

Type Alias UnwContext 

Source
pub type UnwContext = ucontext_t;

Aliased Type§

#[repr(C)]
pub struct UnwContext { pub uc_flags: u64, pub uc_link: *mut ucontext_t, pub uc_stack: stack_t, pub uc_sigmask: sigset_t, pub uc_mcontext: mcontext_t, }

Fields§

§uc_flags: u64§uc_link: *mut ucontext_t§uc_stack: stack_t§uc_sigmask: sigset_t§uc_mcontext: mcontext_t