doc.rust-lang.org/nightly/core/marker/trait.Copy.html
Preview meta tags from the doc.rust-lang.org website.
Linked Hostnames
2General Meta Tags
6- titleCopy in core::marker - Rust
- charsetutf-8
- viewportwidth=device-width, initial-scale=1.0
- generatorrustdoc
- descriptionTypes whose values can be duplicated simply by copying bits.
Link Tags
4- alternate icon../../static.files/favicon-32x32-6580c154.png
- icon../../static.files/favicon-044be391.svg
- stylesheet../../static.files/normalize-9960930a.css
- stylesheet../../static.files/rustdoc-069232aa.css
Links
9- https://doc.rust-lang.org/nightly/reference/items/traits.html#dyn-compatibility
- https://play.rust-lang.org/?code=%23!%5Ballow(unused)%5D%0A%23!%5Ballow(dead_code)%5D%0A%0Afn+main()+%7B%0A++++struct+Point;%0A++++struct+PointList+%7B%0A++++++++points:+Vec%3CPoint%3E,%0A++++%7D%0A%7D&edition=2024
- https://play.rust-lang.org/?code=%23!%5Ballow(unused)%5D%0A%23!%5Ballow(dead_code)%5D%0A%0Afn+main()+%7B%0A++++struct+PointList;%0A++++%23%5Bderive(Copy,+Clone)%5D%0A++++struct+PointListWrapper%3C'a%3E+%7B%0A++++++++point_list_ref:+%26'a+PointList,%0A++++%7D%0A%7D&edition=2024
- https://play.rust-lang.org/?code=%23!%5Ballow(unused)%5D%0Afn+main()+%7B%0A++++%23%5Ballow(dead_code)%5D%0A++++%23%5Bderive(Copy,+Clone)%5D%0A++++struct+Point+%7B%0A+++++++x:+i32,%0A+++++++y:+i32,%0A++++%7D%0A%7D&edition=2024
- https://play.rust-lang.org/?code=%23!%5Ballow(unused)%5D%0Afn+main()+%7B%0A++++%23%5Bderive(Clone)%5D%0A++++struct+MyStruct%3CT%3E(T);%0A++++%0A++++impl%3CT:+Copy%3E+Copy+for+MyStruct%3CT%3E+%7B+%7D%0A%7D&edition=2024