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

pub struct JumpTable(_);

An opaque reference to a jump table.

Methods

impl JumpTable
[src]

Create a new jump table reference from its number.

This method is for use by the parser.

Trait Implementations

impl Copy for JumpTable
[src]

impl Clone for JumpTable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for JumpTable
[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 JumpTable

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 JumpTable

Create an instance of the reserved value.

impl Display for JumpTable

Formats the value using the given formatter. Read more

impl Debug for JumpTable

Formats the value using the given formatter. Read more

impl From<JumpTable> for AnyEntity
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for JumpTable

impl Sync for JumpTable