Struct libc::mcontext_t [] [src]

pub struct mcontext_t {
    pub gregs: [greg_t; 23],
    pub fpregs: *mut _libc_fpstate,
    // some fields omitted
}

Fields

gregs
fpregs

Trait Implementations

impl Copy for mcontext_t

impl Clone for mcontext_t

fn clone(&self) -> mcontext_t

1.0.0fn clone_from(&mut self, source: &Self)