Struct wgpu_core::command::compute::ArcComputePassDescriptor
source · struct ArcComputePassDescriptor<'a> {
pub label: &'a Label<'a>,
pub timestamp_writes: Option<ArcPassTimestampWrites>,
}
Fields§
§label: &'a Label<'a>
§timestamp_writes: Option<ArcPassTimestampWrites>
Defines where and when timestamp values will be written for this pass.
Auto Trait Implementations§
impl<'a> Freeze for ArcComputePassDescriptor<'a>
impl<'a> !RefUnwindSafe for ArcComputePassDescriptor<'a>
impl<'a> Send for ArcComputePassDescriptor<'a>
impl<'a> Sync for ArcComputePassDescriptor<'a>
impl<'a> Unpin for ArcComputePassDescriptor<'a>
impl<'a> !UnwindSafe for ArcComputePassDescriptor<'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