pub struct RenderPassTimestampWrites<'a, A: Api> {
pub query_set: &'a A::QuerySet,
pub beginning_of_pass_write_index: Option<u32>,
pub end_of_pass_write_index: Option<u32>,
}
Fields§
§query_set: &'a A::QuerySet
§beginning_of_pass_write_index: Option<u32>
§end_of_pass_write_index: Option<u32>
Trait Implementations§
Source§impl<A: Api> Clone for RenderPassTimestampWrites<'_, A>
impl<A: Api> Clone for RenderPassTimestampWrites<'_, A>
Auto Trait Implementations§
impl<'a, A> Freeze for RenderPassTimestampWrites<'a, A>
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
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
)