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