Struct openssl_sys::mcontext_t
source · pub struct mcontext_t {
pub gregs: [i32; 19],
pub fpregs: *mut _libc_fpstate,
pub oldmask: u32,
pub cr2: u32,
}
Fields§
§gregs: [i32; 19]
§fpregs: *mut _libc_fpstate
§oldmask: u32
§cr2: u32
Trait 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