pub enum InstructionSetTypeId {
Fallback,
SSE2,
SSSE3,
SSE41,
AVX2,
NEON,
WASM128,
}
Variants§
Trait Implementations§
Source§impl Clone for InstructionSetTypeId
impl Clone for InstructionSetTypeId
Source§fn clone(&self) -> InstructionSetTypeId
fn clone(&self) -> InstructionSetTypeId
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 InstructionSetTypeId
impl Debug for InstructionSetTypeId
Source§impl PartialEq for InstructionSetTypeId
impl PartialEq for InstructionSetTypeId
impl Copy for InstructionSetTypeId
impl Eq for InstructionSetTypeId
impl StructuralPartialEq for InstructionSetTypeId
Auto Trait Implementations§
impl Freeze for InstructionSetTypeId
impl RefUnwindSafe for InstructionSetTypeId
impl Send for InstructionSetTypeId
impl Sync for InstructionSetTypeId
impl Unpin for InstructionSetTypeId
impl UnwindSafe for InstructionSetTypeId
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