JC
#[derive(Debug)]
struct SomeType {
x: i32,
y: String
}
fn main() {
let s = SomeType { x: 3, y: "one".to_string() };
println!("{:?}", s);
}
Приходи
Size: a a a
JC
#[derive(Debug)]
struct SomeType {
x: i32,
y: String
}
fn main() {
let s = SomeType { x: 3, y: "one".to_string() };
println!("{:?}", s);
}
uユ
𝙼
uユ
I
uユ
JC
𝙼
JC
uユ
uユ
JC
𝙼
JC
uユ
JC
JC
uユ
𝙼
JC