[−][src]Struct guile_sys::__darwin_x86_avx_state64
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_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_rsrv4: [c_char; 96]
__fpu_reserved1: c_int
__avx_reserved1: [c_char; 64]
__fpu_ymmh0: __darwin_xmm_reg
__fpu_ymmh1: __darwin_xmm_reg
__fpu_ymmh2: __darwin_xmm_reg
__fpu_ymmh3: __darwin_xmm_reg
__fpu_ymmh4: __darwin_xmm_reg
__fpu_ymmh5: __darwin_xmm_reg
__fpu_ymmh6: __darwin_xmm_reg
__fpu_ymmh7: __darwin_xmm_reg
__fpu_ymmh8: __darwin_xmm_reg
__fpu_ymmh9: __darwin_xmm_reg
__fpu_ymmh10: __darwin_xmm_reg
__fpu_ymmh11: __darwin_xmm_reg
__fpu_ymmh12: __darwin_xmm_reg
__fpu_ymmh13: __darwin_xmm_reg
__fpu_ymmh14: __darwin_xmm_reg
__fpu_ymmh15: __darwin_xmm_reg
Trait Implementations
impl Copy for __darwin_x86_avx_state64
[src]
impl Clone for __darwin_x86_avx_state64
[src]
fn clone(&self) -> __darwin_x86_avx_state64
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for __darwin_x86_avx_state64
impl Sync for __darwin_x86_avx_state64
Blanket Implementations
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,