Function from_raw_parts_mut

Source
pub const fn from_raw_parts_mut<T: Pointee + ?Sized>(
    data_address: *mut (),
    metadata: <T as Pointee>::Metadata,
) -> *mut T
Expand description

Returns a mutable raw pointer with the given data address and metadata.

See from_raw_parts for more details.