Struct wgpu_core::command::CommandBufferMutable
source · pub struct CommandBufferMutable<A: HalApi> { /* private fields */ }
Expand description
The mutable state of a CommandBuffer
.
Auto Trait Implementations§
impl<A> Freeze for CommandBufferMutable<A>
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