Struct libc::mcontext_t [] [src]

pub struct mcontext_t {
    // some fields omitted
}

Trait Implementations

impl Copy for mcontext_t

impl Clone for mcontext_t

fn clone(&self) -> mcontext_t

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