Home
last modified time | relevance | path

Searched defs:TestCap (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/pci/
Dpci_configuration.rs752 struct TestCap { struct
753 _vndr: u8,
754 _next: u8,
755 len: u8,
756 foo: u8,
760 unsafe impl DataInit for TestCap {} implementation
762 impl PciCapability for TestCap { implementation