1 2 3 4 5
pub struct SomeName(); pub struct SomeName2(i32); pub struct SomeName3(&i32); pub struct SomeName41(i16); pub struct SomeName42(i16);