Struct phper_sys::mcontext_t [−][src]
#[repr(C)]pub struct mcontext_t { pub gregs: gregset_t, pub fpregs: fpregset_t, pub __reserved1: [c_ulonglong; 8], }
Fields
gregs: gregset_tfpregs: fpregset_t__reserved1: [c_ulonglong; 8]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for mcontext_timpl !Send for mcontext_timpl !Sync for mcontext_timpl Unpin for mcontext_timpl UnwindSafe for mcontext_tBlanket Implementations
Mutably borrows from an owned value. Read more