Struct libc::mcontext_t
[−]
[src]
pub struct mcontext_t {
pub gregs: [greg_t; 23],
pub fpregs: *mut _libc_fpstate,
// some fields omitted
}Unstable (
libc): use libc from crates.io
Fields
gregs | Unstable ( libc): use |
fpregs | Unstable ( libc): use |