Struct openssl_sys::user_fpregs_struct 
source · pub struct user_fpregs_struct {
    pub cwd: u16,
    pub swd: u16,
    pub ftw: u16,
    pub fop: u16,
    pub rip: u64,
    pub rdp: u64,
    pub mxcsr: u32,
    pub mxcr_mask: u32,
    pub st_space: [u32; 32],
    pub xmm_space: [u32; 64],
    /* private fields */
}Fields§
§cwd: u16§swd: u16§ftw: u16§fop: u16§rip: u64§rdp: u64§mxcsr: u32§mxcr_mask: u32§st_space: [u32; 32]§xmm_space: [u32; 64]Trait Implementations§
source§impl Clone for user_fpregs_struct
 
impl Clone for user_fpregs_struct
source§fn clone(&self) -> user_fpregs_struct
 
fn clone(&self) -> user_fpregs_struct
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