#[repr(C)]
pub struct StackSnapshot { pub memory_offset: u32, pub host_offset: u32, pub stack1: StackPart, pub stack2: StackPart, pub stack3: StackPart, pub stack4: StackPart, pub stack5: StackPart, pub stack6: StackPart, pub stack7: StackPart, pub stack8: StackPart, pub hash: Hash, }

Fields

memory_offset: u32

Offset into the execution memory stack

host_offset: u32

Offset into the execution host stack

stack1: StackPart

Top part of the stack that is saved for later restoration

stack2: StackPartstack3: StackPartstack4: StackPartstack5: StackPartstack6: StackPartstack7: StackPartstack8: StackParthash: Hash

Hash thats used as an integrity checked

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.