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