Struct wasmtime_environ::Relocation [−][src]
pub struct Relocation {
    pub reloc: Reloc,
    pub reloc_target: RelocationTarget,
    pub offset: CodeOffset,
    pub addend: Addend,
}A record of a relocation to perform.
Fields
reloc: RelocThe relocation code.
reloc_target: RelocationTargetRelocation target.
offset: CodeOffsetThe offset where to apply the relocation.
addend: AddendThe addend to add to the relocation value.
Trait Implementations
impl Clone for Relocation[src]
impl Clone for Relocation[src]fn clone(&self) -> Relocation[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for Relocation[src]
impl<'de> Deserialize<'de> for Relocation[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<Relocation> for Relocation[src]
impl PartialEq<Relocation> for Relocation[src]fn eq(&self, other: &Relocation) -> bool[src]
fn ne(&self, other: &Relocation) -> bool[src]
impl Serialize for Relocation[src]
impl Serialize for Relocation[src]impl Eq for Relocation[src]
impl StructuralEq for Relocation[src]
impl StructuralPartialEq for Relocation[src]
Auto Trait Implementations
impl RefUnwindSafe for Relocation
impl Send for Relocation
impl Sync for Relocation
impl Unpin for Relocation
impl UnwindSafe for Relocation
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>,