[src]

Function std::cast::copy_mut_lifetime

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

Transforms lifetime of the second pointer to match the first.