[][src]Struct libmodbus_sys::_libc_fpstate

#[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_tswd: __uint16_tftw: __uint16_tfop: __uint16_trip: __uint64_trdp: __uint64_tmxcsr: __uint32_tmxcr_mask: __uint32_t_st: [_libc_fpxreg; 8]_xmm: [_libc_xmmreg; 16]__glibc_reserved1: [__uint32_t; 24]

Trait Implementations

impl Clone for _libc_fpstate[src]

impl Copy for _libc_fpstate[src]

impl Debug for _libc_fpstate[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.