#[repr(C)]pub struct hvm_hw_cpu_xsave {
pub xfeature_mask: u64,
pub xcr0: u64,
pub xcr0_accum: u64,
pub save_area: hvm_hw_cpu_xsave__bindgen_ty_1,
}Fields§
§xfeature_mask: u64§xcr0: u64§xcr0_accum: u64§save_area: hvm_hw_cpu_xsave__bindgen_ty_1Trait Implementations§
Source§impl Clone for hvm_hw_cpu_xsave
impl Clone for hvm_hw_cpu_xsave
Source§fn clone(&self) -> hvm_hw_cpu_xsave
fn clone(&self) -> hvm_hw_cpu_xsave
Returns a duplicate 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 hvm_hw_cpu_xsave
impl Debug for hvm_hw_cpu_xsave
Source§impl Default for hvm_hw_cpu_xsave
impl Default for hvm_hw_cpu_xsave
impl Copy for hvm_hw_cpu_xsave
Auto Trait Implementations§
impl Freeze for hvm_hw_cpu_xsave
impl RefUnwindSafe for hvm_hw_cpu_xsave
impl Send for hvm_hw_cpu_xsave
impl Sync for hvm_hw_cpu_xsave
impl Unpin for hvm_hw_cpu_xsave
impl UnwindSafe for hvm_hw_cpu_xsave
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