Struct libc::_libc_fpstate [] [src]

pub struct _libc_fpstate {
    pub cw: c_ulong,
    pub sw: c_ulong,
    pub tag: c_ulong,
    pub ipoff: c_ulong,
    pub cssel: c_ulong,
    pub dataoff: c_ulong,
    pub datasel: c_ulong,
    pub _st: [_libc_fpreg; 8],
    pub status: c_ulong,
}

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