Function value_box::from_raw

source ·
pub unsafe fn from_raw<T>(pointer: *mut T) -> Box<T>
Expand description

Tell Rust to take back the control over memory This is dangerous! Rust takes the control over the memory back