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

cw: c_ulong sw: c_ulong tag: c_ulong ipoff: c_ulong cssel: c_ulong dataoff: c_ulong datasel: c_ulong _st: [_libc_fpreg; 8] status: c_ulong

Trait Implementations

impl Copy for _libc_fpstate
[src]

impl Clone for _libc_fpstate
[src]

fn clone(&self) -> _libc_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