Struct endpointsecurity::__darwin_i386_float_state[][src]

#[repr(C)]
pub struct __darwin_i386_float_state {
Show 32 fields pub __fpu_reserved: [c_int; 2], pub __fpu_fcw: __darwin_fp_control, pub __fpu_fsw: __darwin_fp_status, pub __fpu_ftw: __uint8_t, pub __fpu_rsrv1: __uint8_t, pub __fpu_fop: __uint16_t, pub __fpu_ip: __uint32_t, pub __fpu_cs: __uint16_t, pub __fpu_rsrv2: __uint16_t, pub __fpu_dp: __uint32_t, pub __fpu_ds: __uint16_t, pub __fpu_rsrv3: __uint16_t, pub __fpu_mxcsr: __uint32_t, pub __fpu_mxcsrmask: __uint32_t, 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_rsrv4: [c_char; 224], pub __fpu_reserved1: c_int,
}

Fields

__fpu_reserved: [c_int; 2]__fpu_fcw: __darwin_fp_control__fpu_fsw: __darwin_fp_status__fpu_ftw: __uint8_t__fpu_rsrv1: __uint8_t__fpu_fop: __uint16_t__fpu_ip: __uint32_t__fpu_cs: __uint16_t__fpu_rsrv2: __uint16_t__fpu_dp: __uint32_t__fpu_ds: __uint16_t__fpu_rsrv3: __uint16_t__fpu_mxcsr: __uint32_t__fpu_mxcsrmask: __uint32_t__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_rsrv4: [c_char; 224]__fpu_reserved1: c_int

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.