Struct wgpu::core::command::CommandBufferMutable
source · pub struct CommandBufferMutable<A>where
A: HalApi,{ /* private fields */ }
Auto Trait Implementations§
impl<A> !RefUnwindSafe for CommandBufferMutable<A>
impl<A> Send for CommandBufferMutable<A>
impl<A> Sync for CommandBufferMutable<A>
impl<A> Unpin for CommandBufferMutable<A>
impl<A> !UnwindSafe for CommandBufferMutable<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