Trait wasmtime_environ::PtrSize[][src]

pub trait PtrSize {
    fn size(&self) -> u8;
}
Expand description

Trait used for the ptr representation of the field of VMOffsets

Required methods

Returns the pointer size, in bytes, for the target.

Implementations on Foreign Types

Implementors