[−][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: Backend> Borrow<RefCount> for Texture<B>
[src]
impl<B: Backend> Borrow<SubresourceRange> for Texture<B>
[src]
fn borrow(&self) -> &SubresourceRange
[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> where
<B as Backend>::Image: UnwindSafe,
<B as Backend>::Memory: RefUnwindSafe + UnwindSafe,
<B as Backend>::Image: UnwindSafe,
<B as Backend>::Memory: RefUnwindSafe + UnwindSafe,
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,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> 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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,