pub struct WHV_PROCESSOR_XSAVE_FEATURES(pub u64);
Tuple Fields§
§0: u64
Implementations§
Source§impl WHV_PROCESSOR_XSAVE_FEATURES
impl WHV_PROCESSOR_XSAVE_FEATURES
pub const XsaveSupport: Self
pub const XsaveoptSupport: Self
pub const AvxSupport: Self
pub const Avx2Support: Self
pub const FmaSupport: Self
pub const MpxSupport: Self
pub const Avx512Support: Self
pub const Avx512DqSupport: Self
pub const Avx512CdSupport: Self
pub const Avx512BwSupport: Self
pub const Avx512VlSupport: Self
pub const XsaveCompSupport: Self
pub const XsaveSupervisorSupport: Self
pub const Xcr1Support: Self
pub const Avx512BitalgSupport: Self
pub const Avx512IfmaSupport: Self
pub const Avx512VBmiSupport: Self
pub const Avx512VBmi2Support: Self
pub const Avx512VnniSupport: Self
pub const GfniSupport: Self
pub const VaesSupport: Self
pub const Avx512VPopcntdqSupport: Self
pub const VpclmulqdqSupport: Self
pub const Avx512Bf16Support: Self
pub const Avx512Vp2IntersectSupport: Self
pub const Avx512Fp16Support: Self
pub const XfdSupport: Self
pub const AmxTileSupport: Self
pub const AmxBf16Support: Self
pub const AmxInt8Support: Self
pub const AvxVnniSupport: Self
Trait Implementations§
Source§impl BitAndAssign for WHV_PROCESSOR_XSAVE_FEATURES
impl BitAndAssign for WHV_PROCESSOR_XSAVE_FEATURES
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for WHV_PROCESSOR_XSAVE_FEATURES
impl BitOr for WHV_PROCESSOR_XSAVE_FEATURES
Source§impl BitOrAssign for WHV_PROCESSOR_XSAVE_FEATURES
impl BitOrAssign for WHV_PROCESSOR_XSAVE_FEATURES
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl Clone for WHV_PROCESSOR_XSAVE_FEATURES
impl Clone for WHV_PROCESSOR_XSAVE_FEATURES
Source§fn clone(&self) -> WHV_PROCESSOR_XSAVE_FEATURES
fn clone(&self) -> WHV_PROCESSOR_XSAVE_FEATURES
Returns a copy 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 WHV_PROCESSOR_XSAVE_FEATURES
impl Debug for WHV_PROCESSOR_XSAVE_FEATURES
Source§impl Not for WHV_PROCESSOR_XSAVE_FEATURES
impl Not for WHV_PROCESSOR_XSAVE_FEATURES
impl Copy for WHV_PROCESSOR_XSAVE_FEATURES
Auto Trait Implementations§
impl Freeze for WHV_PROCESSOR_XSAVE_FEATURES
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