Searched defs:StandardDescriptorSetAlloc (Results 1 – 1 of 1) sorted by relevance
158 ) -> Result<StandardDescriptorSetAlloc, OomError> { in allocate()231 fn allocate(&mut self) -> Result<StandardDescriptorSetAlloc, OomError> { in allocate()338 ) -> Result<StandardDescriptorSetAlloc, OomError> { in allocate()436 pub struct StandardDescriptorSetAlloc { struct452 unsafe impl Send for StandardDescriptorSetAlloc {} argument453 unsafe impl Sync for StandardDescriptorSetAlloc {} implementation455 impl DescriptorSetAlloc for StandardDescriptorSetAlloc { implementation467 impl Drop for StandardDescriptorSetAlloc { implementation