Function core::mem::copy_mut_lifetimeUnstable
[-]
[+]
[src]
pub unsafe fn copy_mut_lifetime<'a, S: ?Sized, T: 'a + ?Sized>(_ptr: &'a mut S, ptr: &mut T) -> &'a mut T
Transforms lifetime of the second mutable pointer to match the first.