#[repr(C)]pub struct _fpstate_64 {
pub cwd: __u16,
pub swd: __u16,
pub twd: __u16,
pub fop: __u16,
pub rip: __u64,
pub rdp: __u64,
pub mxcsr: __u32,
pub mxcsr_mask: __u32,
pub st_space: [__u32; 32],
pub xmm_space: [__u32; 64],
pub reserved2: [__u32; 12],
pub __bindgen_anon_1: _fpstate_64__bindgen_ty_1,
}Fields§
§cwd: __u16§swd: __u16§twd: __u16§fop: __u16§rip: __u64§rdp: __u64§mxcsr: __u32§mxcsr_mask: __u32§st_space: [__u32; 32]§xmm_space: [__u32; 64]§reserved2: [__u32; 12]§__bindgen_anon_1: _fpstate_64__bindgen_ty_1Trait Implementations§
Source§impl Clone for _fpstate_64
impl Clone for _fpstate_64
Source§fn clone(&self) -> _fpstate_64
fn clone(&self) -> _fpstate_64
Returns a duplicate 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 moreSource§impl Default for _fpstate_64
impl Default for _fpstate_64
impl Copy for _fpstate_64
Auto Trait Implementations§
impl Freeze for _fpstate_64
impl RefUnwindSafe for _fpstate_64
impl Send for _fpstate_64
impl Sync for _fpstate_64
impl Unpin for _fpstate_64
impl UnwindSafe for _fpstate_64
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more