Expand description
wrappers for bytemuck functions
Functionsยง
- pod_
bytes_ of - Convert a
Pod
into a slice of bytes (zero copy) - pod_
from_ bytes - Convert a slice of bytes into a
Pod
(zero copy) - pod_
from_ bytes_ mut - Convert a slice of bytes into a mutable
Pod
(zero copy) - pod_
get_ packed_ len - On-chain size of a
Pod
type - pod_
maybe_ from_ bytes - Maybe convert a slice of bytes into a
Pod
(zero copy) - pod_
slice_ from_ bytes - Convert a slice of bytes into a
Pod
slice (zero copy) - pod_
slice_ from_ bytes_ mut - Convert a slice of bytes into a mutable
Pod
slice (zero copy) - pod_
slice_ to_ bytes - Convert a
Pod
slice into a single slice of bytes