Struct wgpu_util::pool::BufferPool [−][src]
pub struct BufferPool { /* fields omitted */ }A wgpu::Buffer Pool (dynamic supply).
Implementations
impl BufferPool[src]
impl BufferPool[src]Auto Trait Implementations
impl !RefUnwindSafe for BufferPool
impl Send for BufferPool
impl Sync for BufferPool
impl Unpin for BufferPool
impl !UnwindSafe for BufferPool
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more