core::intrinsics::move_val_init
[−]
[src]
pub unsafe extern "rust-intrinsic" fn move_val_init<T>(dst: &mut T, src: T)
Unstable
Moves a value to an uninitialized memory location.
Drop glue is not run on the destination.