Struct cranelift_bforest::SetForest[][src]

pub struct SetForest<K> where
    K: Copy
{ /* fields omitted */ }

Memory pool for a forest of Set instances.

Methods

impl<K> SetForest<K> where
    K: Copy
[src]

Create a new empty forest.

Clear all sets in the forest.

All Set instances belong to this forest are invalidated and should no longer be used.

Auto Trait Implementations

impl<K> Send for SetForest<K> where
    K: Send

impl<K> Sync for SetForest<K> where
    K: Sync