pub struct NoSimultaneousUse;
Expand description
Additional flag that disallows resubmission of a command buffer while it is still in a pending state
It must be completed, i.e. a fence must submitted with this buffer or later into the same queue
and be waited on before buffer resubmission.
Submit<B, NoSimultaneousUse>
cannot be submitted more than once.
Trait Implementations§
Source§impl Clone for NoSimultaneousUse
impl Clone for NoSimultaneousUse
Source§fn clone(&self) -> NoSimultaneousUse
fn clone(&self) -> NoSimultaneousUse
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NoSimultaneousUse
impl Debug for NoSimultaneousUse
Source§impl Default for NoSimultaneousUse
impl Default for NoSimultaneousUse
Source§fn default() -> NoSimultaneousUse
fn default() -> NoSimultaneousUse
Returns the “default value” for a type. Read more
Source§impl Usage for NoSimultaneousUse
impl Usage for NoSimultaneousUse
Source§fn flags(&self) -> CommandBufferFlags
fn flags(&self) -> CommandBufferFlags
Flags required to begin command buffer.
impl Copy for NoSimultaneousUse
Auto Trait Implementations§
impl Freeze for NoSimultaneousUse
impl RefUnwindSafe for NoSimultaneousUse
impl Send for NoSimultaneousUse
impl Sync for NoSimultaneousUse
impl Unpin for NoSimultaneousUse
impl UnwindSafe for NoSimultaneousUse
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
)