pub type ArchivedIsize = ArchivedI32;
Expand description
The archived version of isize
chosen based on the currently-enabled
pointer_width_*
feature.
Aliased Type§
#[repr(C, align(4))]pub struct ArchivedIsize(/* private fields */);
pub type ArchivedIsize = ArchivedI32;
The archived version of isize
chosen based on the currently-enabled
pointer_width_*
feature.
#[repr(C, align(4))]pub struct ArchivedIsize(/* private fields */);