vstd
Module cell
Module Items
Re-exports
Macros
Structs
In crate vstd
vstd
Module
cell
Copy item path
Source
Re-exports
§
pub use super::raw_ptr::
MemContents
;
Macros
§
pcell_
opt
Deprecated
pcell_
points
Structs
§
CellId
InvCell
PCell
PCell<V>
(which stands for “permissioned call”) is the primitive Verus
Cell
type.
Points
To
Permission object associated with a
PCell<V>
.
Points
ToData