#[repr(C)]pub struct _fpstate {
pub cwd: __uint16_t,
pub swd: __uint16_t,
pub ftw: __uint16_t,
pub fop: __uint16_t,
pub rip: __uint64_t,
pub rdp: __uint64_t,
pub mxcsr: __uint32_t,
pub mxcr_mask: __uint32_t,
pub _st: [_fpxreg; 8],
pub _xmm: [_xmmreg; 16],
pub __glibc_reserved1: [__uint32_t; 24],
}Fields
cwd: __uint16_tswd: __uint16_tftw: __uint16_tfop: __uint16_trip: __uint64_trdp: __uint64_tmxcsr: __uint32_tmxcr_mask: __uint32_t_st: [_fpxreg; 8]_xmm: [_xmmreg; 16]__glibc_reserved1: [__uint32_t; 24]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _fpstate
impl Send for _fpstate
impl Sync for _fpstate
impl Unpin for _fpstate
impl UnwindSafe for _fpstate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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