[][src]Struct libpapi_sys::_fpstate

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

impl Clone for _fpstate[src]

impl Copy for _fpstate[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.