Struct libc_interface::_libc_fpstate[][src]

#[repr(C)]
pub struct _libc_fpstate { pub cwd: u16, pub swd: u16, pub ftw: u16, pub fop: u16, pub rip: u64, pub rdp: u64, pub mxcsr: u32, pub mxcr_mask: u32, pub _st: [_libc_fpxreg; 8], pub _xmm: [_libc_xmmreg; 16], // some fields omitted }

Fields

Trait Implementations

impl Copy for _libc_fpstate
[src]

impl Clone for _libc_fpstate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for _libc_fpstate
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for _libc_fpstate
[src]

Auto Trait Implementations