Expand description
Reinterpret values as byte slices and byte slices as values unsafely.
Functions§
- read_
slice ⚠ - Read a slice of bytes into the specified slice.
- read_
value ⚠ - Read a slice of bytes into the specified reference.
- slice_
as_ ⚠bytes - View this slice of values as a slice of bytes.
- slice_
as_ ⚠bytes_ mut - View this slice of values as a mutable slice of bytes.
- value_
as_ ⚠bytes - View this reference as a slice of bytes.
- value_
as_ ⚠bytes_ mut - View this reference as a mutable slice of bytes.
- write_
slice ⚠ - View this slice as a mutable slice of bytes and write it.
- write_
value ⚠ - View this reference as a mutable slice of bytes and write it.