[−][src]Struct wasmer_compiler::JumpTable
An opaque reference to a jump table.
JumpTable
s are used for indirect branching and are specialized for dense,
0-based jump offsets.
Implementations
impl JumpTable
pub 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 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 Clone for JumpTable
[src]
impl Copy for JumpTable
[src]
impl Debug for JumpTable
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 Display for JumpTable
impl EntityRef for JumpTable
impl Eq for JumpTable
[src]
impl Hash for JumpTable
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Ord for JumpTable
[src]
fn cmp(&self, other: &JumpTable) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<JumpTable> for JumpTable
[src]
impl PartialOrd<JumpTable> for JumpTable
[src]
fn partial_cmp(&self, other: &JumpTable) -> Option<Ordering>
[src]
fn lt(&self, other: &JumpTable) -> bool
[src]
fn le(&self, other: &JumpTable) -> bool
[src]
fn gt(&self, other: &JumpTable) -> bool
[src]
fn ge(&self, other: &JumpTable) -> bool
[src]
impl ReservedValue for JumpTable
fn reserved_value() -> JumpTable
fn is_reserved_value(&self) -> bool
impl Serialize for JumpTable
[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer,
[src]
__S: Serializer,
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> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> SparseMapValue<T> for T where
T: EntityRef,
T: EntityRef,
fn key(&self) -> T
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
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, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,