Struct libmodbus_sys::_libc_fpstate [] [src]

#[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

Trait Implementations

impl Debug for _libc_fpstate
[src]

[src]

Formats the value using the given formatter.

impl Copy for _libc_fpstate
[src]

impl Clone for _libc_fpstate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more