Struct cranelift_isle::sema::Field [−][src]
Expand description
A field of a Variant
.
Fields
name: Sym
The name of this field.
id: FieldId
This field’s id.
ty: TypeId
The type of this field.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Field
impl UnwindSafe for Field
Blanket Implementations
Mutably borrows from an owned value. Read more