Crate moveref

source ·
Expand description

Types and traits for C++ style placement initialization and move semantics.

Re-exports§

Modules§

  • Construction operations.

Macros§

Structs§

  • A “reference” type which uniquely owns its referent type T with respect to external storage with lifetime 'frame.
  • Backing storage for a MoveRef.
  • Type used for constructing the storage for a Slot backing a MoveRef.

Enums§

  • Kind dictacting whether the storage should drop its referent when leaving scope.

Traits§