Struct libc_interface::user_fpxregs_struct [−][src]
#[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_ushort
swd: c_ushort
twd: c_ushort
fop: c_ushort
fip: c_long
fcs: c_long
foo: c_long
fos: c_long
mxcsr: c_long
st_space: [c_long; 32]
xmm_space: [c_long; 32]
Trait Implementations
impl Copy for user_fpxregs_struct
[src]
impl Copy for user_fpxregs_struct
impl Clone for user_fpxregs_struct
[src]
impl Clone for user_fpxregs_struct
fn clone(&self) -> user_fpxregs_struct
[src]
fn clone(&self) -> user_fpxregs_struct
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for user_fpxregs_struct
[src]
impl PartialEq for user_fpxregs_struct
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for user_fpxregs_struct
[src]
impl Eq for user_fpxregs_struct
Auto Trait Implementations
impl Send for user_fpxregs_struct
impl Send for user_fpxregs_struct
impl Sync for user_fpxregs_struct
impl Sync for user_fpxregs_struct