Function 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