Module primitives

Source
Expand description

primitive types that can be used in Pods

Structsยง

PodBool
The standard bool is not a Pod, define a replacement that is
PodI16
i16 type that can be used in Pods
PodI64
i64 type that can be used in Pods
PodU16
u16 type that can be used in Pods
PodU32
u32 type that can be used in Pods
PodU64
u64 type that can be used in Pods
PodU128
u128 type that can be used in Pods