Struct wgpu::SubmissionIndex
source · pub struct SubmissionIndex { /* private fields */ }
Expand description
Identifier for a particular call to Queue::submit
. Can be used
as part of an argument to Device::poll
to block for a particular
submission to finish.
This type is unique to the Rust API of wgpu
.
There is no analogue in the WebGPU specification.
Trait Implementations§
source§impl Clone for SubmissionIndex
impl Clone for SubmissionIndex
source§fn clone(&self) -> SubmissionIndex
fn clone(&self) -> SubmissionIndex
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for SubmissionIndex
impl Send for SubmissionIndex
impl Sync for SubmissionIndex
impl Unpin for SubmissionIndex
impl !UnwindSafe for SubmissionIndex
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