Struct cranelift_bforest::SetForest [−][src]
pub struct SetForest<K> where
K: Copy, { /* fields omitted */ }
Memory pool for a forest of Set
instances.
Implementations
impl<K> SetForest<K> where
K: Copy,
[src]
impl<K> SetForest<K> where
K: Copy,
[src]Auto Trait Implementations
impl<K> RefUnwindSafe for SetForest<K> where
K: RefUnwindSafe,
K: RefUnwindSafe,
impl<K> Send for SetForest<K> where
K: Send,
K: Send,
impl<K> Sync for SetForest<K> where
K: Sync,
K: Sync,
impl<K> Unpin for SetForest<K> where
K: Unpin,
K: Unpin,
impl<K> UnwindSafe for SetForest<K> where
K: UnwindSafe,
K: UnwindSafe,