Enum wgpu_core::device::resource::DeferredDestroy
source · pub(crate) enum DeferredDestroy {
TextureViews(WeakVec<TextureView>),
BindGroups(WeakVec<BindGroup>),
}
Variants§
Auto Trait Implementations§
impl Freeze for DeferredDestroy
impl !RefUnwindSafe for DeferredDestroy
impl Send for DeferredDestroy
impl Sync for DeferredDestroy
impl Unpin for DeferredDestroy
impl !UnwindSafe for DeferredDestroy
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