Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_driver_pci.rs30 struct TestIndex(u8); struct
32 impl TestIndex { impl
55 fn testdev(index: &TestIndex, bar: &Bar0) -> Result<u32> { in testdev()