Struct wgpu::hal::RenderPassTimestampWrites
source · pub struct RenderPassTimestampWrites<'a, A>where
A: Api,{
pub query_set: &'a <A as Api>::QuerySet,
pub beginning_of_pass_write_index: Option<u32>,
pub end_of_pass_write_index: Option<u32>,
}
Fields§
§query_set: &'a <A as Api>::QuerySet
§beginning_of_pass_write_index: Option<u32>
§end_of_pass_write_index: Option<u32>
Trait Implementations§
source§impl<A> Clone for RenderPassTimestampWrites<'_, A>where
A: Api,
impl<A> Clone for RenderPassTimestampWrites<'_, A>where
A: Api,
source§fn clone(&self) -> RenderPassTimestampWrites<'_, A>
fn clone(&self) -> RenderPassTimestampWrites<'_, A>
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<'a, A> RefUnwindSafe for RenderPassTimestampWrites<'a, A>
impl<'a, A> Send for RenderPassTimestampWrites<'a, A>
impl<'a, A> Sync for RenderPassTimestampWrites<'a, A>
impl<'a, A> Unpin for RenderPassTimestampWrites<'a, A>
impl<'a, A> UnwindSafe for RenderPassTimestampWrites<'a, A>
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