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_mut
Copy item path
Settings
Help
Summary
Source
pub fn bytes_of_mut<T:
Pod
>(val:
&mut T
) -> &mut [
u8
]
ⓘ
Expand description
Cast a
Pod
type to a mutable byte slice.