Enum unwind_sys::unw_caching_policy_t
source · #[repr(C)]pub enum unw_caching_policy_t {
UNW_CACHE_NONE = 0,
UNW_CACHE_GLOBAL = 1,
UNW_CACHE_PER_THREAD = 2,
}
Variants§
Auto Trait Implementations§
impl Freeze for unw_caching_policy_t
impl RefUnwindSafe for unw_caching_policy_t
impl Send for unw_caching_policy_t
impl Sync for unw_caching_policy_t
impl Unpin for unw_caching_policy_t
impl UnwindSafe for unw_caching_policy_t
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