Struct phper_sys::_fpstate[][src]

#[repr(C)]
pub struct _fpstate {
Show 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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.