Module bevy_datasize::prelude[][src]

Re-exports

pub use crate::builtins::DefaultMemoryUsagePlugins;
pub use crate::RegisterSizedTypes;

Structs

Configuration for the MemoryUsagePlugin.

Memory usage statistics for a single data type.

Stores memory usage statistics for registered data types.

Adds memory usage tracking to Bevy apps.

Traits

Indicates that a type knows how to approximate its memory usage.

Derive Macros

Automatically derive the DataSize trait for a type.