#[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_ulonguc_link: *mut ucontextuc_stack: stack_tuc_mcontext: mcontext_t__bindgen_anon_1: ucontext__bindgen_ty_1__fpregs_mem: _libc_fpstateTrait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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