[][src]Function aw_fel::u32_as_u8_mut

fn u32_as_u8_mut(src: &mut [u32]) -> &mut [u8]

Converts a mutable reference to a u32 slice to a mutable reference to a u8 slice.

The new slice will have a 4 times bigger length.