Module state

Source

Modules§

account
account_state
mint
multisig

Traits§

Initializable
Trait to represent a type that can be initialized.
RawType
Marker trait for types that can cast from a raw pointer.

Functions§

load
Return a reference for an initialized T from the given bytes.
load_mut
Return a mutable reference for an initialized T from the given bytes.
load_mut_unchecked
Return a mutable T reference from the given bytes.
load_unchecked
Return a T reference from the given bytes.

Type Aliases§

COption
Type alias for fields represented as COption.