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,
<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,
<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,
<B as Backend>::Buffer: UnwindSafe,
<B as Backend>::Image: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more