Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dmod.rs697 ) -> Result<Self, GenericMemoryAllocatorCreationError> { in new() argument
706 ) -> Result<(), GenericMemoryAllocatorCreationError> { in validate_new() argument
1576 pub enum GenericMemoryAllocatorCreationError { enum
1583 impl Error for GenericMemoryAllocatorCreationError {} implementation
1585 impl Display for GenericMemoryAllocatorCreationError { implementation
1600 impl From<RequirementNotMet> for GenericMemoryAllocatorCreationError { implementation