Struct phper_sys::_fpx_sw_bytes [−][src]
#[repr(C)]pub struct _fpx_sw_bytes { pub magic1: __uint32_t, pub extended_size: __uint32_t, pub xstate_bv: __uint64_t, pub xstate_size: __uint32_t, pub __glibc_reserved1: [__uint32_t; 7], }
Fields
magic1: __uint32_textended_size: __uint32_txstate_bv: __uint64_txstate_size: __uint32_t__glibc_reserved1: [__uint32_t; 7]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _fpx_sw_bytesimpl Send for _fpx_sw_bytesimpl Sync for _fpx_sw_bytesimpl Unpin for _fpx_sw_bytesimpl UnwindSafe for _fpx_sw_bytesBlanket Implementations
Mutably borrows from an owned value. Read more