Enum cranelift_codegen::ir::ValueLabelAssignments [−][src]
pub enum ValueLabelAssignments {
Starts(Vec<ValueLabelStart>),
Alias {
from: SourceLoc,
value: Value,
},
}
Expand description
Value label assignements: label starts or value aliases.
Variants
Starts(Vec<ValueLabelStart>)
Tuple Fields
0: Vec<ValueLabelStart>
Original value labels assigned at transform.
Alias
A value alias to original value.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ValueLabelAssignments
impl Send for ValueLabelAssignments
impl Sync for ValueLabelAssignments
impl Unpin for ValueLabelAssignments
impl UnwindSafe for ValueLabelAssignments
Blanket Implementations
Mutably borrows from an owned value. Read more