pub type ArchivedAtomicIsize = ArchivedAtomicI32;
Expand description

The archived version of AtomicIsize chosen based on the currently-enabled pointer_width_* feature.

Aliased Type§

struct ArchivedAtomicIsize(/* private fields */);