Function core::mem::copy_mut_lifetime [] [src]

pub unsafe fn copy_mut_lifetime<'a, S: ?Sized, T: ?Sized + 'a>(_ptr: &'a S, ptr: &mut T) -> &'a mut T
Unstable

: this function may be removed in the future due to its questionable utility

Transforms lifetime of the second mutable pointer to match the first.