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

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

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