Struct wgpu_core::resource::TextureView [−][src]
pub struct TextureView<B: Backend> { /* fields omitted */ }
Trait Implementations
Auto Trait Implementations
impl<B> !RefUnwindSafe for TextureView<B>
impl<B> Send for TextureView<B>
impl<B> Sync for TextureView<B>
impl<B> Unpin for TextureView<B> where
<B as Backend>::ImageView: Unpin,
<<B as Backend>::Surface as PresentationSurface<B>>::SwapchainImage: Unpin,
impl<B> !UnwindSafe for TextureView<B>