Struct cranelift_codegen::ir::ValueLabelStart
source · pub struct ValueLabelStart {
pub from: RelSourceLoc,
pub label: ValueLabel,
}
Expand description
A label of a Value.
Fields§
§from: RelSourceLoc
Source location when it is in effect
label: ValueLabel
The label index.
Trait Implementations§
source§impl Clone for ValueLabelStart
impl Clone for ValueLabelStart
source§fn clone(&self) -> ValueLabelStart
fn clone(&self) -> ValueLabelStart
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ValueLabelStart
impl Debug for ValueLabelStart
source§impl Hash for ValueLabelStart
impl Hash for ValueLabelStart
source§impl PartialEq<ValueLabelStart> for ValueLabelStart
impl PartialEq<ValueLabelStart> for ValueLabelStart
source§fn eq(&self, other: &ValueLabelStart) -> bool
fn eq(&self, other: &ValueLabelStart) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.