enum WrappedType {
ZeroValue(WrappedZeroValue),
ArrayLength(WrappedArrayLength),
ImageQuery(WrappedImageQuery),
ImageLoadScalar(Scalar),
Constructor(WrappedConstructor),
StructMatrixAccess(WrappedStructMatrixAccess),
MatCx2(WrappedMatCx2),
Math(WrappedMath),
UnaryOp(WrappedUnaryOp),
BinaryOp(WrappedBinaryOp),
Cast(WrappedCast),
}
Variants§
ZeroValue(WrappedZeroValue)
ArrayLength(WrappedArrayLength)
ImageQuery(WrappedImageQuery)
ImageLoadScalar(Scalar)
Constructor(WrappedConstructor)
StructMatrixAccess(WrappedStructMatrixAccess)
MatCx2(WrappedMatCx2)
Math(WrappedMath)
UnaryOp(WrappedUnaryOp)
BinaryOp(WrappedBinaryOp)
Cast(WrappedCast)
Trait Implementations§
Source§impl Hash for WrappedType
impl Hash for WrappedType
Source§impl PartialEq for WrappedType
impl PartialEq for WrappedType
impl Eq for WrappedType
impl StructuralPartialEq for WrappedType
Auto Trait Implementations§
impl Freeze for WrappedType
impl RefUnwindSafe for WrappedType
impl Send for WrappedType
impl Sync for WrappedType
impl Unpin for WrappedType
impl UnwindSafe for WrappedType
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.