object
0.36.7
In object::
pod
Macros
unsafe_impl_pod
Traits
Pod
Functions
bytes_of
bytes_of_mut
bytes_of_slice
bytes_of_slice_mut
from_bytes
from_bytes_mut
slice_from_all_bytes
slice_from_all_bytes_mut
slice_from_bytes
slice_from_bytes_mut
Type Aliases
Result
object
::
pod
Function
bytes_of_slice
Copy item path
Settings
Help
Summary
Source
pub fn bytes_of_slice<T:
Pod
>(val: &
[T]
) -> &[
u8
]
ⓘ
Expand description
Cast a slice of a
Pod
type to a byte slice.