Struct cretonne_codegen::ir::entities::StackSlot [] [src]

pub struct StackSlot(_);

An opaque reference to a stack slot.

Methods

impl StackSlot
[src]

[src]

Create a new stack slot reference from its number.

This method is for use by the parser.

Trait Implementations

impl Copy for StackSlot
[src]

impl Clone for StackSlot
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for StackSlot
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for StackSlot
[src]

impl Hash for StackSlot
[src]

[src]

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

1.3.0
[src]

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

impl EntityRef for StackSlot

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 StackSlot

Create an instance of the reserved value.

impl Display for StackSlot

Formats the value using the given formatter. Read more

impl Debug for StackSlot

Formats the value using the given formatter. Read more

impl From<StackSlot> for AnyEntity
[src]

[src]

Performs the conversion.

impl Index<StackSlot> for StackSlots
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl IndexMut<StackSlot> for StackSlots
[src]

[src]

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

Auto Trait Implementations

impl Send for StackSlot

impl Sync for StackSlot