#[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
__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
sourceimpl fenv_t
impl fenv_t
pub fn __opcode(&self) -> c_uint
pub fn set___opcode(&mut self, val: c_uint)
pub fn __glibc_reserved4(&self) -> c_uint
pub fn set___glibc_reserved4(&mut self, val: c_uint)
pub fn new_bitfield_1(
__opcode: c_uint,
__glibc_reserved4: c_uint
) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations
impl Copy for fenv_t
Auto Trait Implementations
impl RefUnwindSafe for fenv_t
impl Send for fenv_t
impl Sync for fenv_t
impl Unpin for fenv_t
impl UnwindSafe for fenv_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more