Struct cranelift_codegen::ir::entities::Heap [−][src]
pub struct Heap(_);
A reference to a heap.
Methods
impl Heap[src]
impl Heappub fn with_number(n: u32) -> Option<Self>[src]
pub fn with_number(n: u32) -> Option<Self>Create a new heap reference from its number.
This method is for use by the parser.
Trait Implementations
impl Copy for Heap[src]
impl Copy for Heapimpl Clone for Heap[src]
impl Clone for Heapfn clone(&self) -> Heap[src]
fn clone(&self) -> HeapReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Heap[src]
impl PartialEq for Heapfn eq(&self, other: &Heap) -> bool[src]
fn eq(&self, other: &Heap) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Heap) -> bool[src]
fn ne(&self, other: &Heap) -> boolThis method tests for !=.
impl Eq for Heap[src]
impl Eq for Heapimpl Hash for Heap[src]
impl Hash for Heapfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl EntityRef for Heap
impl EntityRef for Heapfn new(index: usize) -> Self
fn new(index: usize) -> SelfCreate a new entity reference from a small integer. This should crash if the requested index is not representable. Read more
fn index(self) -> usize
fn index(self) -> usizeGet the index that was used to create this entity reference.
impl ReservedValue for Heap
impl ReservedValue for Heapfn reserved_value() -> Heap
fn reserved_value() -> HeapCreate an instance of the reserved value.
impl Display for Heap
impl Display for Heapimpl Debug for Heap
impl Debug for Heapimpl From<Heap> for AnyEntity[src]
impl From<Heap> for AnyEntity