Struct pgrx_pg_sys::_xsave_hdr
source · #[repr(C)]pub struct _xsave_hdr {
pub xstate_bv: __uint64_t,
pub __glibc_reserved1: [__uint64_t; 2],
pub __glibc_reserved2: [__uint64_t; 5],
}
Fields§
§xstate_bv: __uint64_t
§__glibc_reserved1: [__uint64_t; 2]
§__glibc_reserved2: [__uint64_t; 5]
Trait Implementations§
source§impl Clone for _xsave_hdr
impl Clone for _xsave_hdr
source§fn clone(&self) -> _xsave_hdr
fn clone(&self) -> _xsave_hdr
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 _xsave_hdr
impl Debug for _xsave_hdr
source§impl Default for _xsave_hdr
impl Default for _xsave_hdr
source§fn default() -> _xsave_hdr
fn default() -> _xsave_hdr
Returns the “default value” for a type. Read more
impl Copy for _xsave_hdr
Auto Trait Implementations§
impl Freeze for _xsave_hdr
impl RefUnwindSafe for _xsave_hdr
impl Send for _xsave_hdr
impl Sync for _xsave_hdr
impl Unpin for _xsave_hdr
impl UnwindSafe for _xsave_hdr
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more