#[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_t§sw: __uint32_t§tag: __uint32_t§ipoff: __uint32_t§cssel: __uint32_t§dataoff: __uint32_t§datasel: __uint32_t§_st: [_fpreg; 8]§status: c_ushort§magic: 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 Freeze for _fpstate
impl RefUnwindSafe for _fpstate
impl Send 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