Searched defs:TestMmapFrameGenerator (Results 1 – 1 of 1) sorted by relevance
1194 pub struct TestMmapFrameGenerator { struct1195 counter: u64,1196 max_count: u64,1197 frame_layout: FrameLayout,1200 impl TestMmapFrameGenerator { implementation1206 impl Iterator for TestMmapFrameGenerator { implementation