Rust Internals
Why does rust use struct keyword?
language design
medozs
April 27, 2018, 12:29am
3
Yes, ownership
copy
… To have a true copy you need to implement
Copy
trait.
show post in topic
Related topics
Topic
Replies
Views
Activity
Re: why Rust references are not pointers
language design
12
5099
March 25, 2019
Replace Point { x: 3, y: 5 } with Point { x=3, y=5 }
bikeshed (deprecated)
72
9857
March 27, 2015
Allow ignoring struct name in function calls
ideas (deprecated)
4
1245
March 25, 2019
Rename 'type' to 'typedef' or something?
6
5102
March 25, 2019
Allow wildcard while destructuring structs
language design
19
1635
August 26, 2022