Enum cranelift_isle::ast::Def [−][src]
Expand description
One toplevel form in an ISLE file.
Variants
Type(Type)
Tuple Fields
0: Type
Rule(Rule)
Tuple Fields
0: Rule
Extractor(Extractor)
Tuple Fields
0: Extractor
Decl(Decl)
Tuple Fields
0: Decl
Extern(Extern)
Tuple Fields
0: Extern
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Def
impl UnwindSafe for Def
Blanket Implementations
Mutably borrows from an owned value. Read more