Enum tvm::ir::ty::TypeKind [−][src]
pub enum TypeKind {
Type,
ShapeVar,
Constraint,
AdtHandle,
TypeData,
}
Expand description
Possible kinds of type variables.
Variants
Type
ShapeVar
Template variable in shape expression.
Constraint
AdtHandle
TypeData
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeKind
impl UnwindSafe for TypeKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more