Struct wgpu_core::resource::DestroyedTexture
source · pub struct DestroyedTexture<A: HalApi> { /* private fields */ }
Expand description
A texture that has been marked as destroyed and is staged for actual deletion soon.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A> Freeze for DestroyedTexture<A>
impl<A> !RefUnwindSafe for DestroyedTexture<A>
impl<A> Send for DestroyedTexture<A>
impl<A> Sync for DestroyedTexture<A>
impl<A> Unpin for DestroyedTexture<A>
impl<A> !UnwindSafe for DestroyedTexture<A>
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