#[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 __bindgen_anon_1: ucontext__bindgen_ty_1,
pub __fpregs_mem: _libc_fpstate,
}
Fields
uc_flags: c_ulong
uc_link: *mut ucontext
uc_stack: stack_t
uc_mcontext: mcontext_t
__bindgen_anon_1: ucontext__bindgen_ty_1
__fpregs_mem: _libc_fpstate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ucontext
impl !Send for ucontext
impl !Sync for ucontext
impl Unpin for ucontext
impl UnwindSafe for ucontext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more