Enum oqs_sys::common::OQS_CPU_EXT
source · #[repr(u32)]pub enum OQS_CPU_EXT {
Show 19 variants
OQS_CPU_EXT_INIT,
OQS_CPU_EXT_ADX,
OQS_CPU_EXT_AES,
OQS_CPU_EXT_AVX,
OQS_CPU_EXT_AVX2,
OQS_CPU_EXT_AVX512,
OQS_CPU_EXT_BMI1,
OQS_CPU_EXT_BMI2,
OQS_CPU_EXT_PCLMULQDQ,
OQS_CPU_EXT_VPCLMULQDQ,
OQS_CPU_EXT_POPCNT,
OQS_CPU_EXT_SSE,
OQS_CPU_EXT_SSE2,
OQS_CPU_EXT_SSE3,
OQS_CPU_EXT_ARM_AES,
OQS_CPU_EXT_ARM_SHA2,
OQS_CPU_EXT_ARM_SHA3,
OQS_CPU_EXT_ARM_NEON,
OQS_CPU_EXT_COUNT,
}
Expand description
CPU runtime detection flags
Variants§
OQS_CPU_EXT_INIT
OQS_CPU_EXT_ADX
OQS_CPU_EXT_AES
OQS_CPU_EXT_AVX
OQS_CPU_EXT_AVX2
OQS_CPU_EXT_AVX512
OQS_CPU_EXT_BMI1
OQS_CPU_EXT_BMI2
OQS_CPU_EXT_PCLMULQDQ
OQS_CPU_EXT_VPCLMULQDQ
OQS_CPU_EXT_POPCNT
OQS_CPU_EXT_SSE
OQS_CPU_EXT_SSE2
OQS_CPU_EXT_SSE3
OQS_CPU_EXT_ARM_AES
OQS_CPU_EXT_ARM_SHA2
OQS_CPU_EXT_ARM_SHA3
OQS_CPU_EXT_ARM_NEON
OQS_CPU_EXT_COUNT
Trait Implementations§
source§impl Clone for OQS_CPU_EXT
impl Clone for OQS_CPU_EXT
source§fn clone(&self) -> OQS_CPU_EXT
fn clone(&self) -> OQS_CPU_EXT
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 OQS_CPU_EXT
impl Debug for OQS_CPU_EXT
source§impl Hash for OQS_CPU_EXT
impl Hash for OQS_CPU_EXT
source§impl PartialEq<OQS_CPU_EXT> for OQS_CPU_EXT
impl PartialEq<OQS_CPU_EXT> for OQS_CPU_EXT
source§fn eq(&self, other: &OQS_CPU_EXT) -> bool
fn eq(&self, other: &OQS_CPU_EXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OQS_CPU_EXT
impl Eq for OQS_CPU_EXT
impl StructuralEq for OQS_CPU_EXT
impl StructuralPartialEq for OQS_CPU_EXT
Auto Trait Implementations§
impl RefUnwindSafe for OQS_CPU_EXT
impl Send for OQS_CPU_EXT
impl Sync for OQS_CPU_EXT
impl Unpin for OQS_CPU_EXT
impl UnwindSafe for OQS_CPU_EXT
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