[][src]Type Definition pushrod::event::event::EventMask

type EventMask = u32;

Pushrod Event Mask type (u32). Used to define an event mask. Event masks are hexadecimal masks identifying which events to listen for, in binary order. When defining a new event that is triggered by the OS, they should be defined in this list, with this type.