Module ami::repurpose [] [src]

Deprecated since 0.4.0

: Use RawData::transmute instead.

This module is for repurposing memory allocated by rust.

Functions

repurpose [
Deprecated
]

Repurpose memory of type T as memory of type U. input is the a reference to the memory to repurpose. Returns the repurposed memory.