Struct framehop::x86_64::CacheX86_64
source · pub struct CacheX86_64<P: AllocationPolicy = MayAllocateDuringUnwind>(pub Cache<UnwindRuleX86_64, P>);
Expand description
The unwinder cache type for UnwinderX86_64
.
Tuple Fields§
§0: Cache<UnwindRuleX86_64, P>
Implementations§
source§impl<P: AllocationPolicy> CacheX86_64<P>
impl<P: AllocationPolicy> CacheX86_64<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 CacheX86_64<P>
impl<P: AllocationPolicy> Default for CacheX86_64<P>
Auto Trait Implementations§
impl<P> RefUnwindSafe for CacheX86_64<P>where
<<<P as AllocationPolicy>::GimliUnwindContextStorage<usize> as UnwindContextStorage<usize>>::Stack as Sealed>::Storage: RefUnwindSafe,
impl<P> Send for CacheX86_64<P>where
<<<P as AllocationPolicy>::GimliUnwindContextStorage<usize> as UnwindContextStorage<usize>>::Stack as Sealed>::Storage: Send,
impl<P> Sync for CacheX86_64<P>where
<<<P as AllocationPolicy>::GimliUnwindContextStorage<usize> as UnwindContextStorage<usize>>::Stack as Sealed>::Storage: Sync,
impl<P> Unpin for CacheX86_64<P>
impl<P> UnwindSafe for CacheX86_64<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