Enum cranelift_codegen_meta::cdsl::typevar::DerivedFunc
source · pub(crate) enum DerivedFunc {
LaneOf,
AsTruthy,
HalfWidth,
DoubleWidth,
SplitLanes,
MergeLanes,
DynamicToVector,
Narrower,
Wider,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for DerivedFunc
impl Clone for DerivedFunc
source§fn clone(&self) -> DerivedFunc
fn clone(&self) -> DerivedFunc
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 DerivedFunc
impl Debug for DerivedFunc
source§impl Hash for DerivedFunc
impl Hash for DerivedFunc
source§impl PartialEq for DerivedFunc
impl PartialEq for DerivedFunc
source§fn eq(&self, other: &DerivedFunc) -> bool
fn eq(&self, other: &DerivedFunc) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DerivedFunc
impl StructuralPartialEq for DerivedFunc
Auto Trait Implementations§
impl Freeze for DerivedFunc
impl RefUnwindSafe for DerivedFunc
impl Send for DerivedFunc
impl Sync for DerivedFunc
impl Unpin for DerivedFunc
impl UnwindSafe for DerivedFunc
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