[][src]Crate elysees

crates.io Downloads Documentation Pipeline status codecov License: MIT

Fork of Arc, now with more pointer tricks.

Structs

Arc

An atomically reference counted shared pointer

ArcBorrow

A "borrowed Arc". This is a pointer to a T that is known to have been allocated within an Arc.

ArcBox

An Arc that is known to be uniquely owned

ArcInner

The object allocated by an Arc

Traits

UnionAlign

A value which can be made into any pointer union