Struct libc_interface::_libc_fpstate [−][src]
#[repr(C)]pub struct _libc_fpstate { pub cw: c_ulong, pub sw: c_ulong, pub tag: c_ulong, pub ipoff: c_ulong, pub cssel: c_ulong, pub dataoff: c_ulong, pub datasel: c_ulong, pub _st: [_libc_fpreg; 8], pub status: c_ulong, }
Fields
cw: c_ulong
sw: c_ulong
tag: c_ulong
ipoff: c_ulong
cssel: c_ulong
dataoff: c_ulong
datasel: c_ulong
_st: [_libc_fpreg; 8]
status: c_ulong
Trait Implementations
impl Copy for _libc_fpstate
[src]
impl Copy for _libc_fpstate
impl Clone for _libc_fpstate
[src]
impl Clone for _libc_fpstate
fn clone(&self) -> _libc_fpstate
[src]
fn clone(&self) -> _libc_fpstate
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 _libc_fpstate
[src]
impl PartialEq for _libc_fpstate
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 _libc_fpstate
[src]
impl Eq for _libc_fpstate
Auto Trait Implementations
impl Send for _libc_fpstate
impl Send for _libc_fpstate
impl Sync for _libc_fpstate
impl Sync for _libc_fpstate