Enum cranelift_codegen::isa::x64::args::Avx512TupleType
source · pub enum Avx512TupleType {
Full,
FullMem,
Mem128,
}
Variants§
Trait Implementations§
source§impl Clone for Avx512TupleType
impl Clone for Avx512TupleType
source§fn clone(&self) -> Avx512TupleType
fn clone(&self) -> Avx512TupleType
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 PartialEq for Avx512TupleType
impl PartialEq for Avx512TupleType
source§fn eq(&self, other: &Avx512TupleType) -> bool
fn eq(&self, other: &Avx512TupleType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Avx512TupleType
impl StructuralPartialEq for Avx512TupleType
Auto Trait Implementations§
impl Freeze for Avx512TupleType
impl RefUnwindSafe for Avx512TupleType
impl Send for Avx512TupleType
impl Sync for Avx512TupleType
impl Unpin for Avx512TupleType
impl UnwindSafe for Avx512TupleType
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