Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/command_buffer/pool/
Dsys.rs185 ) -> Result<UnsafeCommandPoolAllocIter, OomError> { in alloc_command_buffers()
304 pub struct UnsafeCommandPoolAllocIter { struct
309 impl Iterator for UnsafeCommandPoolAllocIter { argument
328 impl ExactSizeIterator for UnsafeCommandPoolAllocIter {} implementation