Expand description
Module for memory pages.
Re-exports§
pub use numerated;
pub use numerated::num_traits;
Structs§
- Struct represents memory page number with some constant size
SIZE
in bytes. - Try from u32 error for Page.
- Struct represents memory pages amount with some constant size
SIZE
in bytes. - Try from u32 error for PagesAmount.
Type Aliases§
- Page of gear page size - 16 kiB.
- Pages amount for gear page size - 16 kiB.
- Page of wasm page size - 64 kiB.
- Pages amount for wasm page size - 64 kiB.