DefaultInPlaceFnTyped

Type Alias DefaultInPlaceFnTyped 

Source
pub type DefaultInPlaceFnTyped<T> = for<'mem> fn(TypedPtrUninit<'mem, T>) -> TypedPtrMut<'mem, T>;
Expand description

Function to set a value to its default in-place