Function object::pod::bytes_of_slice_mut [−][src]
pub fn bytes_of_slice_mut<T: Pod>(val: &mut [T]) -> &mut [u8]
Expand description
Cast a slice of a Pod
type to a mutable byte slice.
pub fn bytes_of_slice_mut<T: Pod>(val: &mut [T]) -> &mut [u8]
Cast a slice of a Pod
type to a mutable byte slice.