8 lines
208 B
JavaScript
8 lines
208 B
JavaScript
![]() |
const EXPECTED = {
|
||
|
// one of the only non-generic structs with public fields
|
||
|
'query': 'CpuidResult -> u32',
|
||
|
'others': [
|
||
|
{ 'path': 'core::arch::x86::CpuidResult', 'name': 'eax' },
|
||
|
],
|
||
|
}
|