#[repr(C)]pub struct _fpstate {Show 16 fields
pub cw: __uint32_t,
pub sw: __uint32_t,
pub tag: __uint32_t,
pub ipoff: __uint32_t,
pub cssel: __uint32_t,
pub dataoff: __uint32_t,
pub datasel: __uint32_t,
pub _st: [_fpreg; 8],
pub status: c_ushort,
pub magic: c_ushort,
pub _fxsr_env: [__uint32_t; 6],
pub mxcsr: __uint32_t,
pub __glibc_reserved1: __uint32_t,
pub _fxsr_st: [_fpxreg; 8],
pub _xmm: [_xmmreg; 8],
pub __glibc_reserved2: [__uint32_t; 56],
}Fields
cw: __uint32_tsw: __uint32_ttag: __uint32_tipoff: __uint32_tcssel: __uint32_tdataoff: __uint32_tdatasel: __uint32_t_st: [_fpreg; 8]status: c_ushortmagic: c_ushort_fxsr_env: [__uint32_t; 6]mxcsr: __uint32_t__glibc_reserved1: __uint32_t_fxsr_st: [_fpxreg; 8]_xmm: [_xmmreg; 8]__glibc_reserved2: [__uint32_t; 56]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