Trait vk_alloc::Lifetime[][src]

pub trait Lifetime: Debug + Copy + Hash + Eq + PartialEq { }
Expand description

The lifetime of an allocation. Used to pool allocations and reduce fragmentation.

Implementors