Struct cranelift_bforest::SetForest
source · [−]pub struct SetForest<K> where
K: Copy, { /* private fields */ }
Expand description
Memory pool for a forest of Set
instances.
Implementations
Auto Trait Implementations
impl<K> RefUnwindSafe for SetForest<K> where
K: RefUnwindSafe,
impl<K> Send for SetForest<K> where
K: Send,
impl<K> Sync for SetForest<K> where
K: Sync,
impl<K> Unpin for SetForest<K> where
K: Unpin,
impl<K> UnwindSafe for SetForest<K> where
K: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more