Struct libresolv_sys::_fpstate [] [src]

pub struct _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: [_fpxreg; 8],
    pub _xmm: [_xmmreg; 16],
    pub padding: [__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: [_fpxreg; 8] _xmm: [_xmmreg; 16] padding: [__uint32_t; 24]

Trait Implementations

impl Clone for _fpstate
[src]

fn clone(&self) -> _fpstate

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for _fpstate
[src]

impl Debug for _fpstate
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for _fpstate
[src]

fn default() -> Self

Returns the "default value" for a type. Read more