Struct wasmtime_environ::StackMapInformation [−][src]
pub struct StackMapInformation { pub code_offset: CodeOffset, pub stack_map: StackMap, }
The offset within a function of a GC safepoint, and its associated stack map.
Fields
code_offset: CodeOffset
The offset of the GC safepoint within the function’s native code. It is relative to the beginning of the function.
stack_map: StackMap
The stack map for identifying live GC refs at the GC safepoint.
Trait Implementations
impl Clone for StackMapInformation
[src]
impl Clone for StackMapInformation
[src]fn clone(&self) -> StackMapInformation
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for StackMapInformation
[src]
impl<'de> Deserialize<'de> for StackMapInformation
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<StackMapInformation> for StackMapInformation
[src]
impl PartialEq<StackMapInformation> for StackMapInformation
[src]fn eq(&self, other: &StackMapInformation) -> bool
[src]
fn ne(&self, other: &StackMapInformation) -> bool
[src]
impl Serialize for StackMapInformation
[src]
impl Serialize for StackMapInformation
[src]impl Eq for StackMapInformation
[src]
impl StructuralEq for StackMapInformation
[src]
impl StructuralPartialEq for StackMapInformation
[src]
Auto Trait Implementations
impl RefUnwindSafe for StackMapInformation
impl Send for StackMapInformation
impl Sync for StackMapInformation
impl Unpin for StackMapInformation
impl UnwindSafe for StackMapInformation
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>,