Expand description
Primitive types that can be used in Pods.
These are re-exported from solana_zero_copy::unaligned.
Structsยง
- PodBool
- The standard
boolis not naturally zero-copy, define an unaligned replacement. - PodI16
- Unaligned
i16type that can be embedded in bytemuckPodtypes. - PodI64
- Unaligned
i64type that can be embedded in bytemuckPodtypes. - PodU16
- Unaligned
u16type that can be embedded in bytemuckPodtypes. - PodU32
- Unaligned
u32type that can be embedded in bytemuckPodtypes. - PodU64
- Unaligned
u64type that can be embedded in bytemuckPodtypes. - PodU128
- Unaligned
u128type that can be embedded in bytemuckPodtypes.