[−][src]Struct cranelift_codegen::ir::entities::Heap
A reference to a heap.
Methods
impl Heap
impl Heappub fn from_u32(x: u32) -> Self |
Return the underlying index value as a u32.
pub fn as_u32(self) -> u32 |
Return the underlying index value as a u32.
impl Heap[src]
impl Heappub fn with_number(n: u32) -> Option<Self> | [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 Copy for Heapimpl Display for Heap
impl Display for Heapimpl Debug for Heap
impl Debug for Heapimpl PartialEq<Heap> for Heap[src]
impl PartialEq<Heap> for Heapimpl 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_slice<H>(data: &[Self], state: &mut H) where | 1.3.0 [src] |
Feeds a slice of this type into the given [Hasher]. Read more
impl From<Heap> for AnyEntity[src]
impl From<Heap> for AnyEntityimpl Clone for Heap[src]
impl Clone for Heapfn clone(&self) -> Heap | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl ReservedValue for Heap
impl ReservedValue for Heapfn reserved_value() -> Heap |
impl EntityRef for Heap
impl EntityRef for HeapAuto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T> ToString for T where
T: Display + ?Sized, [src]
impl<T> ToString for T where
T: Display + ?Sized, impl<T> SparseMapValue for T where
T: EntityRef, [src]
impl<T> SparseMapValue for T where
T: EntityRef,