Trait fun
This commit is contained in:
parent
0e143ca100
commit
d64444550a
@ -1,3 +1,4 @@
|
|||||||
|
#[derive(Debug)]
|
||||||
struct Rectangle {
|
struct Rectangle {
|
||||||
width: u32,
|
width: u32,
|
||||||
height: u32,
|
height: u32,
|
||||||
@ -9,6 +10,8 @@ fn main() {
|
|||||||
height: 50,
|
height: 50,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
println!("rect1 is {:#?}", rect1);
|
||||||
|
|
||||||
println!(
|
println!(
|
||||||
"The area of the rectangle is {} square pixels.",
|
"The area of the rectangle is {} square pixels.",
|
||||||
area(&rect1)
|
area(&rect1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user