Expand description
wrappers for bytemuck functions
Functions
- Convert a
Pod
into a slice of bytes (zero copy) - Convert a slice of bytes into a
Pod
(zero copy) - Convert a slice of bytes into a mutable
Pod
(zero copy) - On-chain size of a
Pod
type - Maybe convert a slice of bytes into a
Pod
(zero copy) - Convert a slice of bytes into a
Pod
slice (zero copy) - Convert a slice of bytes into a mutable
Pod
slice (zero copy) - Convert a
Pod
slice into a single slice of bytes