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