Struct cranelift_codegen::ValueLocRange [−][src]
pub struct ValueLocRange {
pub loc: LabelValueLoc,
pub start: u32,
pub end: u32,
}Expand description
Value location range.
Fields
loc: LabelValueLocThe ValueLoc containing a ValueLabel during this range.
start: u32The start of the range. It is an offset in the generated code.
end: u32The end of the range. It is an offset in the generated code.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ValueLocRange
impl Send for ValueLocRange
impl Sync for ValueLocRange
impl Unpin for ValueLocRange
impl UnwindSafe for ValueLocRange
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.