pub type WGPUProcRenderPassEncoderSetLabel = Option<unsafe extern "C" fn(renderPassEncoder: WGPURenderPassEncoder, label: WGPUStringView)>;Aliased Type§
pub enum WGPUProcRenderPassEncoderSetLabel {
None,
Some(unsafe extern "C" fn(*mut WGPURenderPassEncoderImpl, WGPUStringView)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut WGPURenderPassEncoderImpl, WGPUStringView))
Some value of type T.