Module move_vm_types::values::values_impl
source · Modules
Structs
- A wrapper around
GlobalValueImpl
, representing a “slot” in global storage that can hold a resource. - The locals for a function frame. It allows values to be read, written or taken reference from.
- A generic Move reference that offers two functionalities: read_ref & write_ref.
- A Move struct.
- A reference to a Move struct that allows you to take a reference to one of its fields.
- A Move value – a wrapper around
ValueImpl
which can be created only through valid means.
Enums
- Simple enum for the change state of a GlobalValue, used by
into_effect
. - An integer value in Move.