Module map_
cell
tock_
cells
0.1.0
Module map_
cell
Module Items
Structs
In crate tock_
cells
Modules
map_cell
numeric_cell_ext
optional_cell
take_cell
volatile_cell
tock_cells
Module
map_cell
Copy item path
Settings
Help
Summary
Source
Expand description
Tock specific
MapCell
type for sharing references.
Structs
§
MapCell
A mutable, possibly unset, memory location that provides checked
&mut
access to its contents via a closure.