Struct draw2d::graphics::vulkan::device_allocator::PoolAllocator [−][src]
pub struct PoolAllocator<Allocator: DeviceAllocator> { /* fields omitted */ }
Implementations
Trait Implementations
Allocate device memory with the provided type index and size. Read more
Auto Trait Implementations
impl<Allocator> RefUnwindSafe for PoolAllocator<Allocator> where
Allocator: RefUnwindSafe,
impl<Allocator> Send for PoolAllocator<Allocator> where
Allocator: Send,
impl<Allocator> Sync for PoolAllocator<Allocator> where
Allocator: Sync,
impl<Allocator> Unpin for PoolAllocator<Allocator> where
Allocator: Unpin,
impl<Allocator> UnwindSafe for PoolAllocator<Allocator> where
Allocator: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
The inverse inclusion map: attempts to construct self
from the equivalent element of its
superset. Read more
Checks if self
is actually part of its subset T
(and can be converted to it).
Use with care! Same as self.to_subset
but without any property checks. Always succeeds.
The inclusion map: converts self
to the equivalent element of its superset.