pub unsafe trait Std140ArrayElement: ReprStd140 { }Expand description
Marker trait for types that can be used as the element type for std140 arrays.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".