Struct wgpu_hal::ComputePassDescriptor
source · [−]pub struct ComputePassDescriptor<'a> {
pub label: Label<'a>,
}
Fields
label: Label<'a>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ComputePassDescriptor<'a>
impl<'a> Send for ComputePassDescriptor<'a>
impl<'a> Sync for ComputePassDescriptor<'a>
impl<'a> Unpin for ComputePassDescriptor<'a>
impl<'a> UnwindSafe for ComputePassDescriptor<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more