pub type FixedNonZeroIsize = NonZeroI32;Expand description
The native type that NonZeroIsize is converted to for archiving.
This will be NonZeroI16, NonZeroI32, or NonZeroI64 when the
pointer_width_16, pointer_width_32, or pointer_width_64 features are
enabled, respectively. With no pointer width features enabled, it defaults
to NonZeroI32.
Aliased Typeยง
pub struct FixedNonZeroIsize(/* private fields */);