#[derive(Debug)]. struct Rectangle {. width: u32,. height: u32,. @ -9,9 +10,11 @@ fn main() {. height: 50,. };. println!("rect1 is {:?}", rect1); // `:?
確定! 回上一頁