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

Convert a Pod into a slice (zero copy)