Enum wasmtime_environ::RelocationTarget [−][src]
pub enum RelocationTarget {
    UserFunc(FuncIndex),
    LibCall(LibCall),
    JumpTable(FuncIndex, JumpTable),
}Destination function. Can be either user function or some special one, like memory.grow.
Variants
UserFunc(FuncIndex)The user function index.
LibCall(LibCall)A compiler-generated libcall.
Jump table index.
Trait Implementations
impl Clone for RelocationTarget[src]
impl Clone for RelocationTarget[src]fn clone(&self) -> RelocationTarget[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for RelocationTarget[src]
impl<'de> Deserialize<'de> for RelocationTarget[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<RelocationTarget> for RelocationTarget[src]
impl PartialEq<RelocationTarget> for RelocationTarget[src]fn eq(&self, other: &RelocationTarget) -> bool[src]
fn ne(&self, other: &RelocationTarget) -> bool[src]
impl Serialize for RelocationTarget[src]
impl Serialize for RelocationTarget[src]impl Copy for RelocationTarget[src]
impl Eq for RelocationTarget[src]
impl StructuralEq for RelocationTarget[src]
impl StructuralPartialEq for RelocationTarget[src]
Auto Trait Implementations
impl RefUnwindSafe for RelocationTarget
impl Send for RelocationTarget
impl Sync for RelocationTarget
impl Unpin for RelocationTarget
impl UnwindSafe for RelocationTarget
Blanket Implementations
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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,