Struct framehop::MayAllocateDuringUnwind
source · pub struct MayAllocateDuringUnwind;
Expand description
Allow allocation during unwinding. This is one of the two AllocationPolicy
implementations.
This is the preferred policy because it saves memory and places no limitations on DWARF CFI evaluation.
Trait Implementations§
source§impl AllocationPolicy for MayAllocateDuringUnwind
impl AllocationPolicy for MayAllocateDuringUnwind
type GimliUnwindContextStorage<R: ReaderOffset> = StoreOnHeap
type GimliEvaluationStorage<R: Reader> = StoreOnHeap
Auto Trait Implementations§
impl RefUnwindSafe for MayAllocateDuringUnwind
impl Send for MayAllocateDuringUnwind
impl Sync for MayAllocateDuringUnwind
impl Unpin for MayAllocateDuringUnwind
impl UnwindSafe for MayAllocateDuringUnwind
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