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