Type Alias Elem16

Source
pub type Elem16 = CellElem<u16>;

Aliased Type§

pub struct Elem16 {
    pub cell: Cell<u16>,
}

Fields§

§cell: Cell<u16>