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