cs431_
homework
0.1.0
Module arc
Module Items
Structs
Constants
In crate cs431_
homework
cs431_homework
Module
arc
Copy item path
Source
Expand description
Thread-safe reference-counting pointers.
See the
Arc<T>
documentation for more details.
Structs
§
Arc
A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
ArcInner
🔒
Constants
§
MAX_
REFCOUNT
🔒