Searched defs:TestCap (Results 1 – 1 of 1) sorted by relevance
653 struct TestCap { struct654 _vndr: u8,655 _next: u8,656 len: u8,657 foo: u8,661 unsafe impl DataInit for TestCap {} implementation663 impl PciCapability for TestCap { implementation