☰
?
1
2
3
4
5
#[
derive
(
Clone
,
Debug
)]
pub
struct
RowCount
{
pub
name
:
String
,
pub
offset
:
u32
, }