pub unsafe trait ExtendsDescriptorSetBindingReferenceVALVE { }Expand description
Marker trait for structs that can appear in the pNext chain of
DescriptorSetBindingReferenceVALVE.
§Safety
Implementors must be valid pNext chain members for the target struct.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".