Struct framehop::aarch64::CacheAarch64
source · pub struct CacheAarch64<P: AllocationPolicy = MayAllocateDuringUnwind>(pub Cache<UnwindRuleAarch64, P>);
Expand description
The unwinder cache type for UnwinderAarch64
.
Tuple Fields§
§0: Cache<UnwindRuleAarch64, P>
Implementations§
source§impl<P: AllocationPolicy> CacheAarch64<P>
impl<P: AllocationPolicy> CacheAarch64<P>
sourcepub fn stats(&self) -> CacheStats
pub fn stats(&self) -> CacheStats
Returns a snapshot of the cache usage statistics.
Trait Implementations§
source§impl<P: AllocationPolicy> Default for CacheAarch64<P>
impl<P: AllocationPolicy> Default for CacheAarch64<P>
Auto Trait Implementations§
impl<P> RefUnwindSafe for CacheAarch64<P>where
<<<P as AllocationPolicy>::GimliUnwindContextStorage<usize> as UnwindContextStorage<usize>>::Stack as Sealed>::Storage: RefUnwindSafe,
impl<P> Send for CacheAarch64<P>where
<<<P as AllocationPolicy>::GimliUnwindContextStorage<usize> as UnwindContextStorage<usize>>::Stack as Sealed>::Storage: Send,
impl<P> Sync for CacheAarch64<P>where
<<<P as AllocationPolicy>::GimliUnwindContextStorage<usize> as UnwindContextStorage<usize>>::Stack as Sealed>::Storage: Sync,
impl<P> Unpin for CacheAarch64<P>
impl<P> UnwindSafe for CacheAarch64<P>where
<<<P as AllocationPolicy>::GimliUnwindContextStorage<usize> as UnwindContextStorage<usize>>::Stack as Sealed>::Storage: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more