Type Alias gear_core::pages::WasmPagesAmount

source ·
pub type WasmPagesAmount = PagesAmount<WASM_PAGE_SIZE>;
Expand description

Pages amount for wasm page size - 64 kiB.

Aliased Type§

struct WasmPagesAmount(/* private fields */);

Trait Implementations§

source§

impl From<u16> for WasmPagesAmount

source§

fn from(value: u16) -> Self

Converts to this type from the input type.