Type Definition ashpan::Guarded [−][src]
pub type Guarded<'a, Resource> = GuardedResource<'static, Resource, &'a Device>;
Expand description
Most common usecase for GuardedResource
The vast majority of resource types are created and destroyed with ash::Device, and
fine-grained RAII should be short-lived, making references preferred.