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