Type Alias wgpu::hal::DropGuard

source ·
pub type DropGuard = Box<dyn Any + Send + Sync>;
Available on wgpu_core only.
Expand description

Drop guard to signal wgpu-hal is no longer using an externally created object.

Aliased Type§

struct DropGuard(/* private fields */);