rust/library/core/src/mem
Yuki Okushi 9d4e08e725
Rollup merge of #95534 - jyn514:std-mem-copy, r=joshtriplett
Add `core::mem::copy` to complement `core::mem::drop`.

This is useful for combinators. I didn't add `clone` since you can already
use `Clone::clone` in its place; copy has no such corresponding function.
2022-06-20 07:37:40 +09:00
..
manually_drop.rs Rollup merge of #88375 - joshlf:patch-3, r=dtolnay 2022-03-28 04:12:09 +02:00
maybe_uninit.rs Use relative links instead of linking to doc.rust-lang.org when possible 2022-06-10 11:57:53 +02:00
mod.rs Rollup merge of #95534 - jyn514:std-mem-copy, r=joshtriplett 2022-06-20 07:37:40 +09:00
valid_align.rs Implement Hash for core::alloc::Layout 2022-05-14 14:44:42 +10:00