[][src]Struct libc::user_fpxregs_struct

#[repr(C)]
pub struct user_fpxregs_struct {
    pub cwd: c_ushort,
    pub swd: c_ushort,
    pub twd: c_ushort,
    pub fop: c_ushort,
    pub fip: c_long,
    pub fcs: c_long,
    pub foo: c_long,
    pub fos: c_long,
    pub mxcsr: c_long,
    pub st_space: [c_long; 32],
    pub xmm_space: [c_long; 32],
    // some fields omitted
}

Fields

cwd: c_ushortswd: c_ushorttwd: c_ushortfop: c_ushortfip: c_longfcs: c_longfoo: c_longfos: c_longmxcsr: c_longst_space: [c_long; 32]xmm_space: [c_long; 32]

Trait Implementations

impl Copy for user_fpxregs_struct[src]

impl Clone for user_fpxregs_struct[src]

Auto Trait Implementations

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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