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