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

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

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