Expand description
Definitions of archived primitives and type aliases based on enabled features.
Type Aliasesยง
- The archived version of
char
. - The archived version of
f32
. - The archived version of
f64
. - The archived version of
i16
. - The archived version of
i32
. - The archived version of
i64
. - The archived version of
i128
. - The archived version of
isize
chosen based on the currently-enabledpointer_width_*
feature. - The archived version of
NonZeroI16
. - The archived version of
NonZeroI32
. - The archived version of
NonZeroI64
. - The archived version of
NonZeroI128
. - The archived version of
NonZeroIsize
chosen based on the currently-enabledpointer_width_*
feature. - The archived version of
NonZeroU16
. - The archived version of
NonZeroU32
. - The archived version of
NonZeroU64
. - The archived version of
NonZeroU128
. - The archived version of
NonZeroUsize
chosen based on the currently-enabledpointer_width_*
feature. - The archived version of
u16
. - The archived version of
u32
. - The archived version of
u64
. - The archived version of
u128
. - The archived version of
isize
chosen based on the currently-enabledpointer_width_*
feature. - The native type that
isize
is converted to for archiving. - The native type that
NonZeroIsize
is converted to for archiving. - The native type that
NonZeroUsize
is converted to for archiving. - The native type that
usize
is converted to for archiving.