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§
Auto Trait Implementations§
impl Freeze for MayAllocateDuringUnwind
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