Struct cranelift_codegen::ir::ValueLabel
source · pub struct ValueLabel(_);
Expand description
Marked with a label value.
Implementations§
source§impl ValueLabel
impl ValueLabel
Trait Implementations§
source§impl Clone for ValueLabel
impl Clone for ValueLabel
source§fn clone(&self) -> ValueLabel
fn clone(&self) -> ValueLabel
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 ValueLabel
impl Debug for ValueLabel
source§impl Display for ValueLabel
impl Display for ValueLabel
source§impl EntityRef for ValueLabel
impl EntityRef for ValueLabel
source§impl Hash for ValueLabel
impl Hash for ValueLabel
source§impl PartialEq<ValueLabel> for ValueLabel
impl PartialEq<ValueLabel> for ValueLabel
source§fn eq(&self, other: &ValueLabel) -> bool
fn eq(&self, other: &ValueLabel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ReservedValue for ValueLabel
impl ReservedValue for ValueLabel
source§fn reserved_value() -> ValueLabel
fn reserved_value() -> ValueLabel
Create an instance of the reserved value.
source§fn is_reserved_value(&self) -> bool
fn is_reserved_value(&self) -> bool
Checks whether value is the reserved one.
impl Copy for ValueLabel
impl Eq for ValueLabel
impl StructuralEq for ValueLabel
impl StructuralPartialEq for ValueLabel
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.