pub fn bytes_of_slice<T: Pod>(val: &[T]) -> &[u8]Notable traits for &[u8]impl<'_> Read for &[u8]impl<'_> Write for &mut [u8]
Expand description

Cast a slice of a Pod type to a byte slice.