#[repr(C)]
pub struct __darwin_x86_float_state64 {
Show 37 fields pub __fpu_reserved: [c_int; 2], pub __fpu_ftw: u8, pub __fpu_rsrv1: u8, pub __fpu_fop: u16, pub __fpu_ip: u32, pub __fpu_cs: u16, pub __fpu_rsrv2: u16, pub __fpu_dp: u32, pub __fpu_ds: u16, pub __fpu_rsrv3: u16, pub __fpu_mxcsr: u32, pub __fpu_mxcsrmask: u32, pub __fpu_stmm0: __darwin_mmst_reg, pub __fpu_stmm1: __darwin_mmst_reg, pub __fpu_stmm2: __darwin_mmst_reg, pub __fpu_stmm3: __darwin_mmst_reg, pub __fpu_stmm4: __darwin_mmst_reg, pub __fpu_stmm5: __darwin_mmst_reg, pub __fpu_stmm6: __darwin_mmst_reg, pub __fpu_stmm7: __darwin_mmst_reg, pub __fpu_xmm0: __darwin_xmm_reg, pub __fpu_xmm1: __darwin_xmm_reg, pub __fpu_xmm2: __darwin_xmm_reg, pub __fpu_xmm3: __darwin_xmm_reg, pub __fpu_xmm4: __darwin_xmm_reg, pub __fpu_xmm5: __darwin_xmm_reg, pub __fpu_xmm6: __darwin_xmm_reg, pub __fpu_xmm7: __darwin_xmm_reg, pub __fpu_xmm8: __darwin_xmm_reg, pub __fpu_xmm9: __darwin_xmm_reg, pub __fpu_xmm10: __darwin_xmm_reg, pub __fpu_xmm11: __darwin_xmm_reg, pub __fpu_xmm12: __darwin_xmm_reg, pub __fpu_xmm13: __darwin_xmm_reg, pub __fpu_xmm14: __darwin_xmm_reg, pub __fpu_xmm15: __darwin_xmm_reg, pub __fpu_reserved1: c_int, /* private fields */
}

Fields

__fpu_reserved: [c_int; 2]__fpu_ftw: u8__fpu_rsrv1: u8__fpu_fop: u16__fpu_ip: u32__fpu_cs: u16__fpu_rsrv2: u16__fpu_dp: u32__fpu_ds: u16__fpu_rsrv3: u16__fpu_mxcsr: u32__fpu_mxcsrmask: u32__fpu_stmm0: __darwin_mmst_reg__fpu_stmm1: __darwin_mmst_reg__fpu_stmm2: __darwin_mmst_reg__fpu_stmm3: __darwin_mmst_reg__fpu_stmm4: __darwin_mmst_reg__fpu_stmm5: __darwin_mmst_reg__fpu_stmm6: __darwin_mmst_reg__fpu_stmm7: __darwin_mmst_reg__fpu_xmm0: __darwin_xmm_reg__fpu_xmm1: __darwin_xmm_reg__fpu_xmm2: __darwin_xmm_reg__fpu_xmm3: __darwin_xmm_reg__fpu_xmm4: __darwin_xmm_reg__fpu_xmm5: __darwin_xmm_reg__fpu_xmm6: __darwin_xmm_reg__fpu_xmm7: __darwin_xmm_reg__fpu_xmm8: __darwin_xmm_reg__fpu_xmm9: __darwin_xmm_reg__fpu_xmm10: __darwin_xmm_reg__fpu_xmm11: __darwin_xmm_reg__fpu_xmm12: __darwin_xmm_reg__fpu_xmm13: __darwin_xmm_reg__fpu_xmm14: __darwin_xmm_reg__fpu_xmm15: __darwin_xmm_reg__fpu_reserved1: c_int

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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 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.