[−]Function opaque_pointer::raw
pub fn raw<T>(data: T) -> *mut T
Get a heap-allocated raw pointer without ownership.
To back to manage the memory with ownership use own_back<T>().
pub fn raw<T>(data: T) -> *mut T
Get a heap-allocated raw pointer without ownership.
To back to manage the memory with ownership use own_back<T>().