Module spl_type_length_value::pod
source · Expand description
Pod types to be used with bytemuck for zero-copy serde
Structs
- The standard
boolis not aPod, define a replacement that is - Special type for using a slice of
Pods in a zero-copy way - Special type for using a slice of mutable
Pods in a zero-copy way u32type that can be used inPods
Functions
- Convert a slice into a
Pod(zero copy) - Convert a slice into a mutable
Pod(zero copy) - Convert a slice into a mutable
Podslice (zero copy) - Convert a slice into a mutable
Podslice (zero copy)