Type Alias wasm_encoder::Lane

source ·
pub type Lane = u8;
Expand description

Describe an unchecked SIMD lane index.

Trait Implementations§

source§

impl From<ComponentSectionId> for u8

source§

fn from(id: ComponentSectionId) -> u8

Converts to this type from the input type.
source§

impl From<SectionId> for u8

source§

fn from(id: SectionId) -> u8

Converts to this type from the input type.