#[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 duplicate 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
Source§impl Default for WGPUComputePassDescriptor
impl Default for WGPUComputePassDescriptor
Source§impl Hash for WGPUComputePassDescriptor
impl Hash for WGPUComputePassDescriptor
Source§impl Ord for WGPUComputePassDescriptor
impl Ord for WGPUComputePassDescriptor
Source§fn cmp(&self, other: &WGPUComputePassDescriptor) -> Ordering
fn cmp(&self, other: &WGPUComputePassDescriptor) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for WGPUComputePassDescriptor
impl PartialOrd for WGPUComputePassDescriptor
impl Copy for WGPUComputePassDescriptor
impl Eq for WGPUComputePassDescriptor
impl StructuralPartialEq 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