Struct wgpu_hal::ComputePassDescriptor
source · pub struct ComputePassDescriptor<'a> {
pub label: Label<'a>,
}
Fields§
§label: Label<'a>
Trait Implementations§
source§impl<'a> Clone for ComputePassDescriptor<'a>
impl<'a> Clone for ComputePassDescriptor<'a>
source§fn clone(&self) -> ComputePassDescriptor<'a>
fn clone(&self) -> ComputePassDescriptor<'a>
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 more