[][src]Trait sp_wasm_interface::PointerType

pub trait PointerType: Sized + Sealed {
    const SIZE: u32;
}

Something that can be wrapped in a wasm Pointer.

This trait is sealed.

Associated Constants

const SIZE: u32

The size of the type in wasm.

Loading content...

Implementations on Foreign Types

impl PointerType for u8[src]

impl PointerType for u16[src]

impl PointerType for u32[src]

impl PointerType for u64[src]

Loading content...

Implementors

Loading content...