1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
pub trait Value {
const VALUE: u32;
}
pub struct _0; impl Value for _0 { const VALUE: u32 = 0; }
pub struct _1; impl Value for _1 { const VALUE: u32 = 1; }
pub struct _2; impl Value for _2 { const VALUE: u32 = 2; }
pub struct _3; impl Value for _3 { const VALUE: u32 = 3; }
pub struct _4; impl Value for _4 { const VALUE: u32 = 4; }
pub struct _5; impl Value for _5 { const VALUE: u32 = 5; }
pub struct _6; impl Value for _6 { const VALUE: u32 = 6; }
pub struct _7; impl Value for _7 { const VALUE: u32 = 7; }
pub struct _8; impl Value for _8 { const VALUE: u32 = 8; }
pub struct _9; impl Value for _9 { const VALUE: u32 = 9; }
pub struct _10; impl Value for _10 { const VALUE: u32 = 10; }
pub struct _11; impl Value for _11 { const VALUE: u32 = 11; }
pub struct _12; impl Value for _12 { const VALUE: u32 = 12; }
pub struct _13; impl Value for _13 { const VALUE: u32 = 13; }
pub struct _14; impl Value for _14 { const VALUE: u32 = 14; }
pub struct _15; impl Value for _15 { const VALUE: u32 = 15; }
pub struct _16; impl Value for _16 { const VALUE: u32 = 16; }
pub struct _17; impl Value for _17 { const VALUE: u32 = 17; }
pub struct _18; impl Value for _18 { const VALUE: u32 = 18; }
pub struct _19; impl Value for _19 { const VALUE: u32 = 19; }
pub struct _20; impl Value for _20 { const VALUE: u32 = 20; }
pub struct _21; impl Value for _21 { const VALUE: u32 = 21; }
pub struct _22; impl Value for _22 { const VALUE: u32 = 22; }
pub struct _23; impl Value for _23 { const VALUE: u32 = 23; }
pub struct _24; impl Value for _24 { const VALUE: u32 = 24; }
pub struct _25; impl Value for _25 { const VALUE: u32 = 25; }
pub struct _26; impl Value for _26 { const VALUE: u32 = 26; }
pub struct _27; impl Value for _27 { const VALUE: u32 = 27; }
pub struct _28; impl Value for _28 { const VALUE: u32 = 28; }
pub struct _29; impl Value for _29 { const VALUE: u32 = 29; }
pub struct _30; impl Value for _30 { const VALUE: u32 = 30; }
pub struct _31; impl Value for _31 { const VALUE: u32 = 31; }
pub struct _32; impl Value for _32 { const VALUE: u32 = 32; }
pub struct _33; impl Value for _33 { const VALUE: u32 = 33; }
pub struct _34; impl Value for _34 { const VALUE: u32 = 34; }
pub struct _35; impl Value for _35 { const VALUE: u32 = 35; }
pub struct _36; impl Value for _36 { const VALUE: u32 = 36; }
pub struct _37; impl Value for _37 { const VALUE: u32 = 37; }
pub struct _38; impl Value for _38 { const VALUE: u32 = 38; }
pub struct _39; impl Value for _39 { const VALUE: u32 = 39; }
pub struct _40; impl Value for _40 { const VALUE: u32 = 40; }
pub struct _41; impl Value for _41 { const VALUE: u32 = 41; }
pub struct _42; impl Value for _42 { const VALUE: u32 = 42; }
pub struct _43; impl Value for _43 { const VALUE: u32 = 43; }
pub struct _44; impl Value for _44 { const VALUE: u32 = 44; }
pub struct _45; impl Value for _45 { const VALUE: u32 = 45; }
pub struct _46; impl Value for _46 { const VALUE: u32 = 46; }
pub struct _47; impl Value for _47 { const VALUE: u32 = 47; }
pub struct _48; impl Value for _48 { const VALUE: u32 = 48; }
pub struct _49; impl Value for _49 { const VALUE: u32 = 49; }
pub struct _50; impl Value for _50 { const VALUE: u32 = 50; }
pub struct _51; impl Value for _51 { const VALUE: u32 = 51; }
pub struct _52; impl Value for _52 { const VALUE: u32 = 52; }
pub struct _53; impl Value for _53 { const VALUE: u32 = 53; }
pub struct _54; impl Value for _54 { const VALUE: u32 = 54; }
pub struct _55; impl Value for _55 { const VALUE: u32 = 55; }
pub struct _56; impl Value for _56 { const VALUE: u32 = 56; }
pub struct _57; impl Value for _57 { const VALUE: u32 = 57; }
pub struct _58; impl Value for _58 { const VALUE: u32 = 58; }
pub struct _59; impl Value for _59 { const VALUE: u32 = 59; }
pub struct _60; impl Value for _60 { const VALUE: u32 = 60; }
pub struct _61; impl Value for _61 { const VALUE: u32 = 61; }
pub struct _62; impl Value for _62 { const VALUE: u32 = 62; }
pub struct _63; impl Value for _63 { const VALUE: u32 = 63; }
pub struct _64; impl Value for _64 { const VALUE: u32 = 64; }
pub struct _65; impl Value for _65 { const VALUE: u32 = 65; }
pub struct _66; impl Value for _66 { const VALUE: u32 = 66; }
pub struct _67; impl Value for _67 { const VALUE: u32 = 67; }
pub struct _68; impl Value for _68 { const VALUE: u32 = 68; }
pub struct _69; impl Value for _69 { const VALUE: u32 = 69; }
pub struct _70; impl Value for _70 { const VALUE: u32 = 70; }
pub struct _71; impl Value for _71 { const VALUE: u32 = 71; }
pub struct _72; impl Value for _72 { const VALUE: u32 = 72; }
pub struct _73; impl Value for _73 { const VALUE: u32 = 73; }
pub struct _74; impl Value for _74 { const VALUE: u32 = 74; }
pub struct _75; impl Value for _75 { const VALUE: u32 = 75; }
pub struct _76; impl Value for _76 { const VALUE: u32 = 76; }
pub struct _77; impl Value for _77 { const VALUE: u32 = 77; }
pub struct _78; impl Value for _78 { const VALUE: u32 = 78; }
pub struct _79; impl Value for _79 { const VALUE: u32 = 79; }
pub struct _80; impl Value for _80 { const VALUE: u32 = 80; }
pub struct _81; impl Value for _81 { const VALUE: u32 = 81; }
pub struct _82; impl Value for _82 { const VALUE: u32 = 82; }
pub struct _83; impl Value for _83 { const VALUE: u32 = 83; }
pub struct _84; impl Value for _84 { const VALUE: u32 = 84; }
pub struct _85; impl Value for _85 { const VALUE: u32 = 85; }
pub struct _86; impl Value for _86 { const VALUE: u32 = 86; }
pub struct _87; impl Value for _87 { const VALUE: u32 = 87; }
pub struct _88; impl Value for _88 { const VALUE: u32 = 88; }
pub struct _89; impl Value for _89 { const VALUE: u32 = 89; }
pub struct _90; impl Value for _90 { const VALUE: u32 = 90; }
pub struct _91; impl Value for _91 { const VALUE: u32 = 91; }
pub struct _92; impl Value for _92 { const VALUE: u32 = 92; }
pub struct _93; impl Value for _93 { const VALUE: u32 = 93; }
pub struct _94; impl Value for _94 { const VALUE: u32 = 94; }
pub struct _95; impl Value for _95 { const VALUE: u32 = 95; }
pub struct _96; impl Value for _96 { const VALUE: u32 = 96; }
pub struct _97; impl Value for _97 { const VALUE: u32 = 97; }
pub struct _98; impl Value for _98 { const VALUE: u32 = 98; }
pub struct _99; impl Value for _99 { const VALUE: u32 = 99; }
pub struct _100; impl Value for _100 { const VALUE: u32 = 100; }
pub struct _112; impl Value for _112 { const VALUE: u32 = 112; }
pub struct _128; impl Value for _128 { const VALUE: u32 = 128; }
pub struct _160; impl Value for _160 { const VALUE: u32 = 160; }
pub struct _192; impl Value for _192 { const VALUE: u32 = 192; }
pub struct _224; impl Value for _224 { const VALUE: u32 = 224; }
pub struct _256; impl Value for _256 { const VALUE: u32 = 256; }
pub struct _384; impl Value for _384 { const VALUE: u32 = 384; }
pub struct _512; impl Value for _512 { const VALUE: u32 = 512; }