Expand description
wrappers for bytemuck functions
Functionsยง
- pod_
bytes_ of - Convert a
Podinto 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
Podtype - 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
Podslice (zero copy) - pod_
slice_ from_ bytes_ mut - Convert a slice of bytes into a mutable
Podslice (zero copy) - pod_
slice_ to_ bytes - Convert a
Podslice into a single slice of bytes