Struct gst::ffi::Struct__xsave_hdr [] [src]

pub struct Struct__xsave_hdr {
    pub xstate_bv: __uint64_t,
    pub reserved1: [__uint64_t; 2],
    pub reserved2: [__uint64_t; 5],
}

Fields

xstate_bv: __uint64_t reserved1: [__uint64_t; 2] reserved2: [__uint64_t; 5]

Trait Implementations

impl Copy for Struct__xsave_hdr
[src]

impl Clone for Struct__xsave_hdr
[src]

fn clone(&self) -> Struct__xsave_hdr

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct__xsave_hdr
[src]

fn default() -> Struct__xsave_hdr

Returns the "default value" for a type. Read more