Module tinystd::refcell[][src]

Structs

Ref

Ref is a custom wrapper that provides the correct Drop impl for T, as opposed to simply returning &T or &mut T

RefCell

RefCell is a non thread-safe container for T

RefMut

A Mutable Reference to T

Enums

RefState

References can exist in one of three states: