Type Alias gear_core::pages::WasmPage

source ·
pub type WasmPage = Page<WASM_PAGE_SIZE>;
Expand description

Page of wasm page size - 64 kiB.

Aliased Type§

struct WasmPage(/* private fields */);

Trait Implementations§

source§

impl From<u16> for WasmPage

source§

fn from(value: u16) -> Self

Converts to this type from the input type.