pub unsafe trait Std140ArrayElement: ReprStd140 { }
Expand description

Marker trait for types that can be used as the element type for std140 arrays.

Implementors