Struct concurrent_arena::ArenaArc
source · [−]pub struct ArenaArc<T: Send + Sync, const BITARRAY_LEN: usize, const LEN: usize> { /* private fields */ }Expand description
Can have at most MAX_REFCNT refcount.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T, const BITARRAY_LEN: usize, const LEN: usize> !RefUnwindSafe for ArenaArc<T, BITARRAY_LEN, LEN>
impl<T, const BITARRAY_LEN: usize, const LEN: usize> !UnwindSafe for ArenaArc<T, BITARRAY_LEN, LEN>
Blanket Implementations
Mutably borrows from an owned value. Read more
The equivalent of Access::load.