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