Expand description
Types and traits for C++ style placement initialization and move semantics.
Re-exports§
Modules§
- Construction operations.
Macros§
- Macro for binding a variable to a fresh
MoveRef. - Macro for creating a fresh
MoveRefexpression. - Macro for creating a fresh
Slotexpression.
Structs§
- A “reference” type which uniquely owns its referent type
Twith respect to external storage with lifetime'frame. - Backing storage for a
MoveRef.
Enums§
- Kind dictacting whether the storage should drop its referent when leaving scope.
Traits§
- Derefencing move operations for
MoveRef. - Operations for constructing
Newvalues into aSelf::Outputinstance. - A trait for transforming a
Dereftype into a pinnedMoveRefwith respect to a specified backing storage typeIntoMove::Storage.