mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-28 00:50:05 +08:00
5 lines
39 B
Rust
5 lines
39 B
Rust
|
struct Foo {
|
||
|
x: u32,
|
||
|
y: u32,
|
||
|
}
|