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
MoveRef
expression. - Macro for creating a fresh
Slot
expression.
Structs§
- A “reference” type which uniquely owns its referent type
T
with 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
New
values into aSelf::Output
instance. - A trait for transforming a
Deref
type into a pinnedMoveRef
with respect to a specified backing storage typeIntoMove::Storage
.