pub fn vec_to_bytes<T: Pod>(v: Vec<T>) -> Vec<u8> ⓘ
Convert a Vec<T: Pod> into a Vec<u8> by copying the raw bytes.
Vec<T: Pod>
Vec<u8>