Struct cranelift_codegen::ir::ValueLabelStart [−][src]
pub struct ValueLabelStart {
pub from: SourceLoc,
pub label: ValueLabel,
}A label of a Value.
Fields
from: SourceLocSource location when it is in effect
label: ValueLabelThe label index.
Trait Implementations
impl Clone for ValueLabelStart[src]
impl Clone for ValueLabelStart[src]