Searched defs:TestCap (Results 1 – 1 of 1) sorted by relevance
752 struct TestCap { struct753 _vndr: u8,754 _next: u8,755 len: u8,756 foo: u8,760 unsafe impl DataInit for TestCap {} implementation762 impl PciCapability for TestCap { implementation