Struct obs_sys::fenv_t

source ·
#[repr(C)]
pub struct fenv_t {
Show 14 fields pub __control_word: c_ushort, pub __glibc_reserved1: c_ushort, pub __status_word: c_ushort, pub __glibc_reserved2: c_ushort, pub __tags: c_ushort, pub __glibc_reserved3: c_ushort, pub __eip: c_uint, pub __cs_selector: c_ushort, pub _bitfield_align_1: [u16; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>, pub __data_offset: c_uint, pub __data_selector: c_ushort, pub __glibc_reserved5: c_ushort, pub __mxcsr: c_uint,
}

Fields

__control_word: c_ushort__glibc_reserved1: c_ushort__status_word: c_ushort__glibc_reserved2: c_ushort__tags: c_ushort__glibc_reserved3: c_ushort__eip: c_uint__cs_selector: c_ushort_bitfield_align_1: [u16; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>__data_offset: c_uint__data_selector: c_ushort__glibc_reserved5: c_ushort__mxcsr: c_uint

Implementations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.