wiwi

Module rc

Source

Structs§

Traits§

  • Trait for structs that can count references

Type Aliases§

  • Atomically counted reference counting thin pointer
  • Weak pointer to an atomically counted reference counted thin pointer RcAtomic
  • Atomically counted reference counting thin pointer to a str, optionally carrying arbitrary additional metadata
  • Weak pointer to an atomically counted reference counted thin pointer RcStrAtomic
  • Single threaded reference counting thin pointer to a str, optionally carrying arbitrary additional metadata
  • Weak pointer to a single threaded reference counted thin pointer RcStrThread
  • Single threaded reference counting thin pointer
  • Weak pointer to a single threaded reference counted thin pointer RcThread