pub trait NonDispatchableHandle: Handle<Repr = u64> { }Expand description
A Handle with a representation of u64 (a value with an implementation-dependent meaning).
https://docs.vulkan.org/spec/latest/chapters/fundamentals.html#fundamentals-objectmodel-overview
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.