pub struct OneShot;Expand description
Command buffer with this usage flag will move to invalid state after execution. Resubmitting will require reset and rerecording commands.
Trait Implementations§
impl Copy for OneShot
Auto Trait Implementations§
impl Freeze for OneShot
impl RefUnwindSafe for OneShot
impl Send for OneShot
impl Sync for OneShot
impl Unpin for OneShot
impl UnsafeUnpin for OneShot
impl UnwindSafe for OneShot
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