Struct libc::_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

cw: c_ulongsw: c_ulongtag: c_ulongipoff: c_ulongcssel: c_ulongdataoff: c_ulongdatasel: c_ulong_st: [_libc_fpreg; 8]status: c_ulong

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.