PtrMut

Type Alias PtrMut 

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

A mutable pointer to a value in allocated memory

Aliased Typeยง

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