Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/descriptor_set/pool/
Dsys.rs180 ) -> Result<UnsafeDescriptorPoolAllocIter, DescriptorPoolAllocError> { argument
317 pub enum DescriptorPoolAllocError { enum
328 impl error::Error for DescriptorPoolAllocError {} implementation
330 impl fmt::Display for DescriptorPoolAllocError { implementation