Struct phper_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
Auto Trait Implementations
impl RefUnwindSafe for _xsave_hdrimpl Send for _xsave_hdrimpl Sync for _xsave_hdrimpl Unpin for _xsave_hdrimpl UnwindSafe for _xsave_hdrBlanket Implementations
Mutably borrows from an owned value. Read more