pub type CacheNative<P> = CacheX86_64<P>;
Expand description
The unwinder cache for the native CPU architecture.
Aliased Type§
pub struct CacheNative<P>(pub Cache<UnwindRuleX86_64, P>);
Tuple Fields§
§0: Cache<UnwindRuleX86_64, P>
pub type CacheNative<P> = CacheX86_64<P>;
The unwinder cache for the native CPU architecture.
pub struct CacheNative<P>(pub Cache<UnwindRuleX86_64, P>);
0: Cache<UnwindRuleX86_64, P>