Function std::mem::copy_mut_lifetime
[−]
[src]
pub unsafe fn copy_mut_lifetime<'a, S, T>(_ptr: &'a S, ptr: &mut T) -> &'a mut T where T: 'a + ?Sized, S: ?Sized
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.