Function ptr_meta::to_raw_parts_mut
source ยท pub const fn to_raw_parts_mut<T: Pointee + ?Sized>(
ptr: *mut T,
) -> (*mut (), <T as Pointee>::Metadata)
Expand description
Returns the mutable data address and metadata of the given pointer.
See to_raw_parts
for more details.