Type Alias koto_runtime::PtrMut

source ·
pub type PtrMut<T> = Ptr<KCell<T>>;
Expand description

A mutable pointer to a value in allocated memory

Aliased Type§

struct PtrMut<T>(/* private fields */);