[−][src]Struct wgpu_core::resource::Texture
Trait Implementations
impl<B: Backend> Access<Texture<B>> for Root
[src]
impl<B: Backend> Access<Texture<B>> for Device<B>
[src]
impl<B: Backend> Access<Texture<B>> for Buffer<B>
[src]
impl<B: Backend> Access<TextureView<B>> for Texture<B>
[src]
impl<B: Debug + Backend> Debug for Texture<B> where
B::Image: Debug,
[src][+]
B::Image: Debug,
Auto Trait Implementations
impl<B> !RefUnwindSafe for Texture<B>
impl<B> Send for Texture<B> where
<B as Backend>::Image: Send,
<B as Backend>::Image: Send,
impl<B> Sync for Texture<B> where
<B as Backend>::Image: Sync,
<B as Backend>::Image: Sync,
impl<B> Unpin for Texture<B> where
<B as Backend>::Image: Unpin,
<B as Backend>::Memory: Unpin,
<B as Backend>::Image: Unpin,
<B as Backend>::Memory: Unpin,
impl<B> !UnwindSafe for Texture<B>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,