Enum wgpu_core::command::ResolvedPassChannel
source · pub enum ResolvedPassChannel<V> {
ReadOnly,
Operational(Operations<V>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<V> RefUnwindSafe for ResolvedPassChannel<V>where
V: RefUnwindSafe,
impl<V> Send for ResolvedPassChannel<V>where
V: Send,
impl<V> Sync for ResolvedPassChannel<V>where
V: Sync,
impl<V> Unpin for ResolvedPassChannel<V>where
V: Unpin,
impl<V> UnwindSafe for ResolvedPassChannel<V>where
V: UnwindSafe,
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