/// Special marker trait implemented only for `std140` types.
///
/// # Safety
/// The type must not have any padding bytes
pub unsafe
/// Structure to transform data from rust's structure to the raw data ready to upload to UBO.
/// Users should prefer to use `derive(Uniform)` instead of implementing this manually.