CodingRust 2023-06-16 Source Edit History 结构体 struct - Rust 1234struct Rectangle { width: u32, height: u32,}