pub struct HashPool<P> where
P: SharedPointerKind, {
pub device: SharedPointer<Device<P>, P>,
/* private fields */
}Fields
device: SharedPointer<Device<P>, P>Implementations
sourceimpl<P> HashPool<P> where
P: SharedPointerKind,
impl<P> HashPool<P> where
P: SharedPointerKind,
Trait Implementations
Auto Trait Implementations
impl<P> !RefUnwindSafe for HashPool<P>
impl<P> Send for HashPool<P> where
P: Send,
impl<P> Sync for HashPool<P> where
P: Send + Sync,
impl<P> Unpin for HashPool<P> where
P: Unpin,
impl<P> !UnwindSafe for HashPool<P>
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