Skip to main content

DeviceNotificationHandler

Type Alias DeviceNotificationHandler 

Source
pub type DeviceNotificationHandler = TwoArgBlock;
Expand description

Handler for device notifications.

C++ equivalent: using DeviceNotificationHandlerBlock = void (^)(MTL::Device* pDevice, MTL::DeviceNotificationName notifyName);

Aliased Typeยง

pub struct DeviceNotificationHandler { /* private fields */ }