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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for user_fpregs_struct
impl Debug for user_fpregs_struct
sourceimpl Hash for user_fpregs_struct
impl Hash for user_fpregs_struct
sourceimpl PartialEq<user_fpregs_struct> for user_fpregs_struct
impl PartialEq<user_fpregs_struct> for user_fpregs_struct
sourcefn eq(&self, other: &user_fpregs_struct) -> bool
fn eq(&self, other: &user_fpregs_struct) -> bool
impl Copy for user_fpregs_struct
impl Eq 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