Enum Avx512TupleType
pub enum Avx512TupleType {
Full,
FullMem,
Mem128,
}
Variants§
Trait Implementations§
§impl Clone for Avx512TupleType
impl Clone for Avx512TupleType
§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 more§impl PartialEq for Avx512TupleType
impl PartialEq for Avx512TupleType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)