pub struct BakedCommands<A: HalApi> { /* private fields */ }
Auto Trait Implementations§
impl<A> Freeze for BakedCommands<A>
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 as Api>::CommandEncoder: Unpin,
<A as Api>::CommandBuffer: Unpin,
A: Unpin,
<A as Api>::TextureView: Unpin,
<A as Api>::Sampler: Unpin,
<A as Api>::BindGroup: Unpin,
<A as Api>::ComputePipeline: Unpin,
<A as Api>::RenderPipeline: Unpin,
<A as Api>::QuerySet: 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