Struct cranelift_codegen::ir::ValueLabelStart [−][src]
pub struct ValueLabelStart {
pub from: SourceLoc,
pub label: ValueLabel,
}
Expand description
A label of a Value.
Fields
from: SourceLoc
Source location when it is in effect
label: ValueLabel
The label index.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ValueLabelStart
impl Send for ValueLabelStart
impl Sync for ValueLabelStart
impl Unpin for ValueLabelStart
impl UnwindSafe for ValueLabelStart
Blanket Implementations
Mutably borrows from an owned value. Read more