Enum cranelift_codegen::ir::entities::AnyEntity [−][src]
An opaque reference to any of the entities defined in this module that can appear in CLIF IR.
Variants
The whole function.
Block(Block)a basic block.
Inst(Inst)An instruction.
Value(Value)An SSA value.
StackSlot(StackSlot)A stack slot.
GlobalValue(GlobalValue)A Global value.
JumpTable(JumpTable)A jump table.
Constant(Constant)A constant.
FuncRef(FuncRef)An external function.
SigRef(SigRef)A function call signature.
Heap(Heap)A heap.
Table(Table)A table.
A function’s stack limit
Trait Implementations
impl Clone for AnyEntity[src]
impl Copy for AnyEntity[src]
impl Debug for AnyEntity[src]
impl Display for AnyEntity[src]
impl Eq for AnyEntity[src]
impl From<Block> for AnyEntity[src]
impl From<Constant> for AnyEntity[src]
impl From<FuncRef> for AnyEntity[src]
impl From<GlobalValue> for AnyEntity[src]
fn from(r: GlobalValue) -> Self[src]
impl From<Heap> for AnyEntity[src]
impl From<Inst> for AnyEntity[src]
impl From<JumpTable> for AnyEntity[src]
impl From<SigRef> for AnyEntity[src]
impl From<StackSlot> for AnyEntity[src]
impl From<Table> for AnyEntity[src]
impl From<Value> for AnyEntity[src]
impl Hash for AnyEntity[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Ord for AnyEntity[src]
fn cmp(&self, other: &AnyEntity) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<AnyEntity> for AnyEntity[src]
impl PartialOrd<AnyEntity> for AnyEntity[src]
fn partial_cmp(&self, other: &AnyEntity) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralEq for AnyEntity[src]
impl StructuralPartialEq for AnyEntity[src]
Auto Trait Implementations
impl RefUnwindSafe for AnyEntity
impl Send for AnyEntity
impl Sync for AnyEntity
impl Unpin for AnyEntity
impl UnwindSafe for AnyEntity
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> CallHasher for T where
T: Hash, [src]
T: Hash,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,