Struct cranelift_codegen::ir::entities::Inst[][src]

pub struct Inst(_);

An opaque reference to an instruction in a function.

Trait Implementations

impl Index<Inst> for DataFlowGraph
[src]

Allow immutable access to instructions via indexing.

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl IndexMut<Inst> for DataFlowGraph
[src]

Allow mutable access to instructions via indexing.

Performs the mutable indexing (container[index]) operation.

impl Copy for Inst
[src]

impl Clone for Inst
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Inst
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Inst
[src]

impl Hash for Inst
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialOrd for Inst
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for Inst
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl EntityRef for Inst

Create a new entity reference from a small integer. This should crash if the requested index is not representable. Read more

Get the index that was used to create this entity reference.

impl ReservedValue for Inst

Create an instance of the reserved value.

impl Display for Inst

Formats the value using the given formatter. Read more

impl Debug for Inst

Formats the value using the given formatter. Read more

impl From<Inst> for AnyEntity
[src]

Performs the conversion.

impl From<Inst> for ProgramPoint
[src]

Performs the conversion.

impl From<Inst> for ExpandedProgramPoint
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Inst

impl Sync for Inst