Home
last modified time | relevance | path

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

/linux-6.14.4/samples/rust/
Drust_driver_pci.rs22 struct TestIndex(u8); struct
24 impl TestIndex { impl
44 fn testdev(index: &TestIndex, bar: &Bar0) -> Result<u32> { in testdev()