Function opaque_pointer::raw

pub fn raw<T>(data: T) -> *mut T
Expand description

Get a heap-allocated raw pointer without ownership.

To back to manage the memory with ownership use own_back<T>().