Function gfx::cast_slice [] [src]

Important traits for &'a [u8]
pub fn cast_slice<A, B>(slice: &[A]) -> &[B] where
    A: Copy,
    B: Copy

Cast a slice from one POD type to another.