Function std::mem::copy_mut_lifetimeUnstable [-] [+] [src]

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

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