Module boxing

Source

Structs§

BoxForwardSnapshotLibfuncWrapped
Libfunc for converting @Box<T> into Box<@T>.
BoxTypeWrapped
Type wrapping a value.
IntoBoxLibfuncWrapped
Libfunc for wrapping an object of type T into a box.
UnboxLibfuncWrapped
Libfunc for unboxing a Box<T> back into a T.

Enums§

BoxConcreteLibfunc
BoxLibfunc

Functions§

box_ty
Helper for getting the Box<T> type.

Type Aliases§

BoxForwardSnapshotLibfunc
BoxType
IntoBoxLibfunc
UnboxLibfunc