Searched defs:UnsafeCommandPoolAllocIter (Results 1 – 1 of 1) sorted by relevance
185 ) -> Result<UnsafeCommandPoolAllocIter, OomError> { in alloc_command_buffers()304 pub struct UnsafeCommandPoolAllocIter { struct309 impl Iterator for UnsafeCommandPoolAllocIter { argument328 impl ExactSizeIterator for UnsafeCommandPoolAllocIter {} implementation