pub fn manuallydrop_as_rmut<T>(this: &mut ManuallyDrop<T>) -> RMut<'_, T>
Expand description

Casts a &'a mut ManuallyDrop<T> to RMut<'a, T>