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

pub struct Heap(_);

A reference to a heap.

Methods

impl Heap
[src]

Create a new heap reference from its number.

This method is for use by the parser.

Trait Implementations

impl Copy for Heap
[src]

impl Clone for Heap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Heap
[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 Heap
[src]

impl Hash for Heap
[src]

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

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

impl EntityRef for Heap

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 Heap

Create an instance of the reserved value.

impl Display for Heap

Formats the value using the given formatter. Read more

impl Debug for Heap

Formats the value using the given formatter. Read more

impl From<Heap> for AnyEntity
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Heap

impl Sync for Heap