Module mun_memory::prelude

source ·

Re-exports

pub use crate::diff::compute_struct_diff;
pub use crate::diff::FieldDiff;
pub use crate::diff::FieldEditKind;
pub use crate::diff::StructDiff;
pub use crate::mapping::Action;
pub use crate::mapping::FieldMapping;

Structs

Reference information of a pointer
Reference information of a struct
A reference to internally stored type information. A Type can be used to query information, construct other types, or store type information for later use.

Enums