Struct cranelift_codegen::ir::entities::JumpTable [−][src]
pub struct JumpTable(_);
An opaque reference to a jump table.
JumpTable
s are used for indirect branching and are specialized for dense,
0-based jump offsets. If you want a jump table which doesn’t start at 0,
or is not contiguous, consider using a Switch
instead.
JumpTable
are used with br_table
.
JumpTable
s can be created with
create_jump_table
.
While the order is stable, it is arbitrary.
Implementations
impl JumpTable
[src]
impl JumpTable
[src]impl JumpTable
[src]
impl JumpTable
[src]pub fn with_number(n: u32) -> Option<Self>
[src]
Create a new jump table reference from its number.
This method is for use by the parser.
Trait Implementations
impl<'de> Deserialize<'de> for JumpTable
[src]
impl<'de> Deserialize<'de> for JumpTable
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialOrd<JumpTable> for JumpTable
[src]
impl PartialOrd<JumpTable> for JumpTable
[src]impl ReservedValue for JumpTable
[src]
impl ReservedValue for JumpTable
[src]fn reserved_value() -> JumpTable
[src]
fn is_reserved_value(&self) -> bool
[src]
impl Copy for JumpTable
[src]
impl Eq for JumpTable
[src]
impl StructuralEq for JumpTable
[src]
impl StructuralPartialEq for JumpTable
[src]
Auto Trait Implementations
impl RefUnwindSafe for JumpTable
impl Send for JumpTable
impl Sync for JumpTable
impl Unpin for JumpTable
impl UnwindSafe for JumpTable
Blanket Implementations
impl<T> CallHasher for T where
T: Hash,
[src]
impl<T> CallHasher for T where
T: Hash,
[src]impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> SparseMapValue<T> for T where
T: EntityRef,
[src]
impl<T> SparseMapValue<T> for T where
T: EntityRef,
[src]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,