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