#[repr(C)]pub struct _fpstate {
pub cwd: __mlibc_uint16,
pub swd: __mlibc_uint16,
pub ftw: __mlibc_uint16,
pub fop: __mlibc_uint16,
pub rip: __mlibc_uint64,
pub rdp: __mlibc_uint64,
pub mxcsr: __mlibc_uint32,
pub mxcr_mask: __mlibc_uint32,
pub _st: [_fpxreg; 8],
pub _xmm: [_xmmreg; 16],
pub __padding: [__mlibc_uint32; 24],
}Fields§
§cwd: __mlibc_uint16§swd: __mlibc_uint16§ftw: __mlibc_uint16§fop: __mlibc_uint16§rip: __mlibc_uint64§rdp: __mlibc_uint64§mxcsr: __mlibc_uint32§mxcr_mask: __mlibc_uint32§_st: [_fpxreg; 8]§_xmm: [_xmmreg; 16]§__padding: [__mlibc_uint32; 24]Trait Implementations§
impl Copy for _fpstate
Auto Trait Implementations§
impl Freeze for _fpstate
impl RefUnwindSafe for _fpstate
impl Send for _fpstate
impl StoreCopy for _fpstate
impl Sync for _fpstate
impl Unpin for _fpstate
impl UnwindSafe for _fpstate
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