Expand description
Types and traits for C++ style placement initialization and move semantics.
Re-exports§
Modules§
- new
- Construction operations.
Macros§
- bind
- Macro for binding a variable to a fresh
MoveRef. - bind_
slot - Macro for binding a variable to a fresh
Slotfor storage of aMoveRef. - expr
- Macro for creating a fresh
MoveRefexpression. - expr_
slot - Macro for creating a fresh
Slotexpression.
Structs§
- MoveRef
- A “reference” type which uniquely owns its referent type
Twith respect to external storage with lifetime'frame. - Slot
- Backing storage for a
MoveRef. - Slot
Storage - Type used for constructing the storage for a
Slotbacking aMoveRef.
Enums§
- Slot
Storage Kind - Kind dictacting whether the storage should drop its referent when leaving scope.