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