pub unsafe trait Std140Struct { }
Expand description

Marker trait for struct types that were marked with #[repr_std140].

Implementors