Enum cranelift_isle::ast::TypeValue [−][src]
Expand description
The actual type-value: a primitive or an enum with variants.
TODO: add structs as well?
Variants
Primitive(Ident, Pos)
Enum(Vec<Variant>, Pos)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeValue
impl UnwindSafe for TypeValue
Blanket Implementations
Mutably borrows from an owned value. Read more