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.
pub const fn to_raw_parts_mut<T: Pointee + ?Sized>(
ptr: *mut T,
) -> (*mut (), <T as Pointee>::Metadata)
Returns the mutable data address and metadata of the given pointer.
See to_raw_parts
for more details.