Struct wgpu_core::resource::TextureView
source · pub struct TextureView<A: Api> { /* private fields */ }
Trait Implementations§
source§impl<A: Debug + Api> Debug for TextureView<A>where
A::TextureView: Debug,
impl<A: Debug + Api> Debug for TextureView<A>where A::TextureView: Debug,
source§impl<A: Api> Resource for TextureView<A>
impl<A: Api> Resource for TextureView<A>
impl<A: HalApi> Access<Sampler<A>> for TextureView<A>
impl<A: HalApi> Access<TextureView<A>> for Device<A>
impl<A: HalApi> Access<TextureView<A>> for Root
impl<A: HalApi> Access<TextureView<A>> for Texture<A>
Auto Trait Implementations§
impl<A> !RefUnwindSafe for TextureView<A>
impl<A> Send for TextureView<A>
impl<A> Sync for TextureView<A>
impl<A> Unpin for TextureView<A>where <A as Api>::TextureView: Unpin,
impl<A> !UnwindSafe for TextureView<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