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 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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Fallback: 0 bytesSSE2: 0 bytesSSSE3: 0 bytesSSE41: 0 bytesAVX2: 0 bytesNEON: 0 bytesWASM128: 0 bytes