pub struct WeakAlignedBufferPool<P: BufferRetentionPolicy = RetainAllRetentionPolicy, const ALIGNMENT: usize = DEFAULT_BUFFER_ALIGNMENT, A: Allocator + Clone = Global> { /* private fields */ }Trait Implementations§
Source§impl<P: BufferRetentionPolicy, const ALIGNMENT: usize, A: Allocator + Clone> Clone for WeakAlignedBufferPool<P, ALIGNMENT, A>
impl<P: BufferRetentionPolicy, const ALIGNMENT: usize, A: Allocator + Clone> Clone for WeakAlignedBufferPool<P, ALIGNMENT, A>
Auto Trait Implementations§
impl<P, const ALIGNMENT: usize, A> Freeze for WeakAlignedBufferPool<P, ALIGNMENT, A>
impl<P, const ALIGNMENT: usize, A> RefUnwindSafe for WeakAlignedBufferPool<P, ALIGNMENT, A>where
P: RefUnwindSafe,
A: RefUnwindSafe,
impl<P, const ALIGNMENT: usize, A> Send for WeakAlignedBufferPool<P, ALIGNMENT, A>
impl<P, const ALIGNMENT: usize, A> Sync for WeakAlignedBufferPool<P, ALIGNMENT, A>
impl<P, const ALIGNMENT: usize, A> Unpin for WeakAlignedBufferPool<P, ALIGNMENT, A>
impl<P, const ALIGNMENT: usize, A> UnwindSafe for WeakAlignedBufferPool<P, ALIGNMENT, A>where
P: RefUnwindSafe,
A: RefUnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more