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§
Source§impl Usage for OneShot
impl Usage for OneShot
Source§fn flags(&self) -> CommandBufferFlags
fn flags(&self) -> CommandBufferFlags
Flags required to begin command buffer.
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 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)