1
2
3
4
pub struct Foo {
    pub value: i32,
    pub valka: i64
}