Struct cranelift_codegen::ir::ValueLabel [−][src]
pub struct ValueLabel(_);
Expand description
Marked with a label value.
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Create an instance of the reserved value.
Checks whether value is the reserved one.
Auto Trait Implementations
impl RefUnwindSafe for ValueLabel
impl Send for ValueLabel
impl Sync for ValueLabel
impl Unpin for ValueLabel
impl UnwindSafe for ValueLabel
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.