Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dsuballocator.rs2298 pub fn try_reset(self: &mut Arc<Self>) -> Result<(), BumpAllocatorResetError> { in try_reset() argument
2496 pub struct BumpAllocatorResetError; struct
2498 impl Error for BumpAllocatorResetError {} implementation
2500 impl Display for BumpAllocatorResetError { implementation