Function array_as_u8_slice

Source
pub fn array_as_u8_slice<T>(v: &[T]) -> &[u8] 
where T: Pod,
Expand description

“Transmutes” array of any sized type to a slice of bytes.