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: [greg_t; 19]
Unstable (
libc): use libc from crates.io
fpregs: *mut _libc_fpstate
Unstable (
libc): use libc from crates.io
oldmask: c_ulong
Unstable (
libc): use libc from crates.io
cr2: c_ulong
Unstable (
libc): use libc from crates.io