pub struct PassTimestampWrites<'a, Q: DynQuerySet + ?Sized> {
pub query_set: &'a Q,
pub beginning_of_pass_write_index: Option<u32>,
pub end_of_pass_write_index: Option<u32>,
}
Fields§
§query_set: &'a Q
§beginning_of_pass_write_index: Option<u32>
§end_of_pass_write_index: Option<u32>
Implementations§
Source§impl<'a> PassTimestampWrites<'a, dyn DynQuerySet>
impl<'a> PassTimestampWrites<'a, dyn DynQuerySet>
pub fn expect_downcast<B: DynQuerySet>(&self) -> PassTimestampWrites<'a, B>
Trait Implementations§
Source§impl<'a, Q: Clone + DynQuerySet + ?Sized> Clone for PassTimestampWrites<'a, Q>
impl<'a, Q: Clone + DynQuerySet + ?Sized> Clone for PassTimestampWrites<'a, Q>
Source§fn clone(&self) -> PassTimestampWrites<'a, Q>
fn clone(&self) -> PassTimestampWrites<'a, Q>
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, Q> Freeze for PassTimestampWrites<'a, Q>where
Q: ?Sized,
impl<'a, Q> RefUnwindSafe for PassTimestampWrites<'a, Q>where
Q: RefUnwindSafe + ?Sized,
impl<'a, Q> Send for PassTimestampWrites<'a, Q>where
Q: ?Sized,
impl<'a, Q> Sync for PassTimestampWrites<'a, Q>where
Q: ?Sized,
impl<'a, Q> Unpin for PassTimestampWrites<'a, Q>where
Q: ?Sized,
impl<'a, Q> UnwindSafe for PassTimestampWrites<'a, Q>where
Q: RefUnwindSafe + ?Sized,
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
)