Struct ndk_sys::_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_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
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 moresourceimpl Debug for _libc_fpstate
impl Debug for _libc_fpstate
impl Copy 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more