Struct libc_interface::_libc_fpstate[][src]

#[repr(C)]
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

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