pub unsafe trait GetPipelinePropertiesEXTParamPipelineProperties { }Expand description
Implemented for all types that can be passed as argument to pipeline_properties in PFN_vkGetPipelinePropertiesEXT
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".