Struct libc::_libc_fpstate
source · [−]#[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_ulongsw: c_ulongtag: c_ulongipoff: c_ulongcssel: c_ulongdataoff: c_ulongdatasel: c_ulong_st: [_libc_fpreg; 8]status: c_ulongTrait Implementations
sourceimpl Clone for _libc_fpstate
impl Clone for _libc_fpstate
sourcefn clone(&self) -> _libc_fpstate
fn clone(&self) -> _libc_fpstate
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for _libc_fpstate
impl Debug for _libc_fpstate
sourceimpl Hash for _libc_fpstate
impl Hash for _libc_fpstate
sourceimpl PartialEq<_libc_fpstate> for _libc_fpstate
impl PartialEq<_libc_fpstate> for _libc_fpstate
sourcefn eq(&self, other: &_libc_fpstate) -> bool
fn eq(&self, other: &_libc_fpstate) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &_libc_fpstate) -> bool
fn ne(&self, other: &_libc_fpstate) -> bool
This method tests for !=.
impl Copy for _libc_fpstate
impl Eq for _libc_fpstate
impl StructuralEq for _libc_fpstate
impl StructuralPartialEq for _libc_fpstate
Auto Trait Implementations
impl RefUnwindSafe for _libc_fpstate
impl Send for _libc_fpstate
impl Sync for _libc_fpstate
impl Unpin for _libc_fpstate
impl UnwindSafe for _libc_fpstate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more