Struct libc::mcontext_t 
source · #[repr(C)]pub struct mcontext_t {
    pub gregs: [greg_t; 23],
    pub fpregs: *mut _libc_fpstate,
    /* private fields */
}Fields§
§gregs: [greg_t; 23]§fpregs: *mut _libc_fpstateTrait Implementations§
source§impl Clone for mcontext_t
 
impl Clone for mcontext_t
source§fn clone(&self) -> mcontext_t
 
fn clone(&self) -> mcontext_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more