#[repr(C)]pub struct _libc_fpstate {
pub cwd: __uint16_t,
pub swd: __uint16_t,
pub ftw: __uint16_t,
pub fop: __uint16_t,
pub rip: __uint64_t,
pub rdp: __uint64_t,
pub mxcsr: __uint32_t,
pub mxcr_mask: __uint32_t,
pub _st: [_libc_fpxreg; 8],
pub _xmm: [_libc_xmmreg; 16],
pub __glibc_reserved1: [__uint32_t; 24],
}Fields§
§cwd: __uint16_t§swd: __uint16_t§ftw: __uint16_t§fop: __uint16_t§rip: __uint64_t§rdp: __uint64_t§mxcsr: __uint32_t§mxcr_mask: __uint32_t§_st: [_libc_fpxreg; 8]§_xmm: [_libc_xmmreg; 16]§__glibc_reserved1: [__uint32_t; 24]Trait Implementations§
Source§impl Clone for _libc_fpstate
impl Clone for _libc_fpstate
Source§fn clone(&self) -> _libc_fpstate
fn clone(&self) -> _libc_fpstate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _libc_fpstate
impl Debug for _libc_fpstate
impl Copy for _libc_fpstate
Auto Trait Implementations§
impl Freeze for _libc_fpstate
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more