Type Alias Elem32

Source
pub type Elem32 = CellElem<u32>;

Aliased Type§

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

Fields§

§cell: Cell<u32>