Function object::pod::bytes_of_mut
source · [−]pub fn bytes_of_mut<T: Pod>(val: &mut T) -> &mut [u8]ⓘNotable traits for &'_ [u8]impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
Expand description
Cast a Pod
type to a mutable byte slice.