#[repr(C)]
pub union WHV_PROCESSOR_XSAVE_FEATURES {
pub Anonymous: WHV_PROCESSOR_XSAVE_FEATURES_0,
pub AsUINT64: u64,
}
Fields§
§Anonymous: WHV_PROCESSOR_XSAVE_FEATURES_0
§AsUINT64: u64
Trait Implementations§
§impl Clone for WHV_PROCESSOR_XSAVE_FEATURES
impl Clone for WHV_PROCESSOR_XSAVE_FEATURES
impl Copy for WHV_PROCESSOR_XSAVE_FEATURES
Auto Trait Implementations§
impl RefUnwindSafe for WHV_PROCESSOR_XSAVE_FEATURES
impl Send for WHV_PROCESSOR_XSAVE_FEATURES
impl Sync for WHV_PROCESSOR_XSAVE_FEATURES
impl Unpin for WHV_PROCESSOR_XSAVE_FEATURES
impl UnwindSafe for WHV_PROCESSOR_XSAVE_FEATURES
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