Struct libc::mcontext_t
[−]
[src]
pub struct mcontext_t {
pub gregs: [greg_t; 19],
pub fpregs: *mut _libc_fpstate,
pub oldmask: c_ulong,
pub cr2: c_ulong,
}Unstable (
libc): use libc from crates.io
Fields
gregs | Unstable ( libc): use |
fpregs | Unstable ( libc): use |
oldmask | Unstable ( libc): use |
cr2 | Unstable ( libc): use |