DropInPlaceFnWide

Type Alias DropInPlaceFnWide 

Source
pub type DropInPlaceFnWide = for<'mem> unsafe fn(value: PtrMutWide<'mem>) -> PtrUninitWide<'mem>;
Expand description

Function to drop a value (wide pointer version)

ยงSafety

The value parameter must point to aligned, initialized memory of the correct type. After calling this function, the memory pointed to by value should not be accessed again until it is properly reinitialized.