Trait wasmi::memory_units::ByteSize [−][src]
A trait defining the size, in bytes, of one unit of Self.
Example
println!("The size of one word in bytes is {}.", Words::byte_size().0);
A trait defining the size, in bytes, of one unit of Self.
println!("The size of one word in bytes is {}.", Words::byte_size().0);
impl ByteSize for Pages[src]impl ByteSize for Words[src]impl ByteSize for Bytes[src]impl ByteSize for wasmi::memory_units::Pages[src]impl ByteSize for wasmi::memory_units::Words[src]