Enum wgpu_core::device::queue::TempResource [−][src]
Variants
Buffer(B::Buffer)Image(B::Image)Trait Implementations
Auto Trait Implementations
impl<B> RefUnwindSafe for TempResource<B> where
<B as Backend>::Buffer: RefUnwindSafe,
<B as Backend>::Image: RefUnwindSafe, impl<B> Send for TempResource<B>impl<B> Sync for TempResource<B>impl<B> Unpin for TempResource<B> where
<B as Backend>::Buffer: Unpin,
<B as Backend>::Image: Unpin, impl<B> UnwindSafe for TempResource<B> where
<B as Backend>::Buffer: UnwindSafe,
<B as Backend>::Image: UnwindSafe,