devela::_dep::rkyv::ptr_meta

Function to_raw_parts_mut

pub const fn to_raw_parts_mut<T>(
    ptr: *mut T,
) -> (*mut (), <T as Pointee>::Metadata) 
where T: Pointee + ?Sized,
Available on crate feature dep_rkyv only.
Expand description

Returns the mutable data address and metadata of the given pointer.

See to_raw_parts for more details.