Enum vk_alloc::AllocationType [−][src]
pub enum AllocationType {
Buffer,
OptimalImage,
LinearImage,
}Expand description
Type of the allocation.
Variants
An allocation for a buffer.
An allocation for a regular image.
An allocation for a linear image.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AllocationTypeimpl Send for AllocationTypeimpl Sync for AllocationTypeimpl Unpin for AllocationTypeimpl UnwindSafe for AllocationTypeBlanket Implementations
Mutably borrows from an owned value. Read more