Struct vips_sys::_xsave_hdr [−][src]
#[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
impl Debug for _xsave_hdr
[src]
impl Debug for _xsave_hdr
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _xsave_hdr
[src]
impl Copy for _xsave_hdr
impl Clone for _xsave_hdr
[src]
impl Clone for _xsave_hdr
fn clone(&self) -> _xsave_hdr
[src]
fn clone(&self) -> _xsave_hdr
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for _xsave_hdr
impl Send for _xsave_hdr
impl Sync for _xsave_hdr
impl Sync for _xsave_hdr