#[repr(C)]pub struct WGPUPassTimestampWrites {
pub nextInChain: *mut WGPUChainedStruct,
pub querySet: WGPUQuerySet,
pub beginningOfPassWriteIndex: u32,
pub endOfPassWriteIndex: u32,
}Fields§
§nextInChain: *mut WGPUChainedStruct§querySet: WGPUQuerySet§beginningOfPassWriteIndex: u32§endOfPassWriteIndex: u32Trait Implementations§
Source§impl Clone for WGPUPassTimestampWrites
impl Clone for WGPUPassTimestampWrites
Source§fn clone(&self) -> WGPUPassTimestampWrites
fn clone(&self) -> WGPUPassTimestampWrites
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 WGPUPassTimestampWrites
impl Debug for WGPUPassTimestampWrites
impl Copy for WGPUPassTimestampWrites
Auto Trait Implementations§
impl Freeze for WGPUPassTimestampWrites
impl RefUnwindSafe for WGPUPassTimestampWrites
impl !Send for WGPUPassTimestampWrites
impl !Sync for WGPUPassTimestampWrites
impl Unpin for WGPUPassTimestampWrites
impl UnwindSafe for WGPUPassTimestampWrites
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