pub unsafe trait Std140: Sized + Uniform<Std140 = Self> {
    fn as_raw(&self) -> &[u8]Notable traits for &mut [u8]impl Write for &mut [u8]impl Read for &[u8] { ... }
}
Expand description

Special marker trait implemented only for std140 types.

Provided Methods

Convert to bytes-slice.

Implementors