Function ptr_meta::from_raw_parts_mut
source · [−]pub fn from_raw_parts_mut<T: Pointee + ?Sized>(
data_address: *mut (),
metadata: <T as Pointee>::Metadata
) -> *mut T
Expand description
Performs the same functionality as from_raw_parts
, except that a
raw *mut
pointer is returned, as opposed to a raw *const
pointer.
See the documentation of from_raw_parts
for more details.