Type Alias go_vm::types::Elem32

source ·
pub type Elem32 = CellElem<u32>;

Aliased Type§

struct Elem32 {
    pub cell: Cell<u32>,
}

Fields§

§cell: Cell<u32>