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