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
sourceimpl Clone for user_fpregs_struct
impl Clone for user_fpregs_struct
sourcefn clone(&self) -> user_fpregs_struct
fn clone(&self) -> user_fpregs_struct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for user_fpregs_struct
Auto Trait Implementations
impl RefUnwindSafe for user_fpregs_struct
impl Send for user_fpregs_struct
impl Sync for user_fpregs_struct
impl Unpin for user_fpregs_struct
impl UnwindSafe for user_fpregs_struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more