struct BufferPoolEntry {
buffer: Box<dyn DynBuffer>,
bind_group: Box<dyn DynBindGroup>,
}
Fields§
§buffer: Box<dyn DynBuffer>
§bind_group: Box<dyn DynBindGroup>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BufferPoolEntry
impl !RefUnwindSafe for BufferPoolEntry
impl Send for BufferPoolEntry
impl Sync for BufferPoolEntry
impl Unpin for BufferPoolEntry
impl !UnwindSafe for BufferPoolEntry
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