Module kernel::common::take_cell
[−]
[src]
Tock specific Cell
types for sharing references.
Reexports
use core::mem; |
use core::ptr; |
use core::cell::Cell; |
use core::cell::UnsafeCell; |
Structs
MapCell |
A mutable memory location that enforces borrow rules at runtime without possible panics. |
TakeCell |
A shared reference to a mutable reference. |