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