Struct pgrx_pg_sys::_fpx_sw_bytes
source · #[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_t
§extended_size: __uint32_t
§xstate_bv: __uint64_t
§xstate_size: __uint32_t
§__glibc_reserved1: [__uint32_t; 7]
Trait Implementations§
source§impl Clone for _fpx_sw_bytes
impl Clone for _fpx_sw_bytes
source§fn clone(&self) -> _fpx_sw_bytes
fn clone(&self) -> _fpx_sw_bytes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _fpx_sw_bytes
impl Debug for _fpx_sw_bytes
source§impl Default for _fpx_sw_bytes
impl Default for _fpx_sw_bytes
source§fn default() -> _fpx_sw_bytes
fn default() -> _fpx_sw_bytes
Returns the “default value” for a type. Read more