object
0.36.5
In object::
pod
object
::
pod
Function
bytes_of_slice
Copy item path
Source
pub fn bytes_of_slice<T:
Pod
>(val: &[T]) -> &[u8]
Expand description
Cast a slice of a
Pod
type to a byte slice.