pub fn stack_unpack_struct(
    state: &AbstractState,
    struct_index: StructDefinitionIndex,
    instantiation: Option<SignatureIndex>
) -> Result<AbstractState, VMError>
Expand description

Push the fields of a struct as AbstractValues to the stack