Struct wgpu_core::command::BakedCommands
source · pub struct BakedCommands<A: HalApi> { /* private fields */ }
Auto Trait Implementations§
impl<A> !RefUnwindSafe for BakedCommands<A>
impl<A> Send for BakedCommands<A>where
A: Send,
impl<A> Sync for BakedCommands<A>where
A: Sync,
impl<A> Unpin for BakedCommands<A>where
A: Unpin,
<A as Api>::BindGroup: Unpin,
<A as Api>::CommandBuffer: Unpin,
<A as Api>::CommandEncoder: Unpin,
<A as Api>::ComputePipeline: Unpin,
<A as Api>::QuerySet: Unpin,
<A as Api>::RenderPipeline: Unpin,
<A as Api>::Sampler: Unpin,
<A as Api>::TextureView: Unpin,
impl<A> !UnwindSafe for BakedCommands<A>
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