[][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 Clone for user_fpxregs_struct[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for user_fpxregs_struct[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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.

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

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

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

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