Type Alias koto_memory::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 */);

Trait Implementations§

source§

impl<T> From<T> for PtrMut<T>

source§

fn from(value: T) -> Self

Converts to this type from the input type.