Function core::ptr::replaceUnstable[src]

pub unsafe fn replace<T>(dest: *mut T, src: T) -> T

Replace the value at a mutable location with a new one, returning the old value, without deinitialising either.