1/// SimConnect event notification group. 2#[derive(Debug, Copy, Clone, PartialEq, Eq)] 3#[repr(u32)] 4pub enum NotificationGroup { 5 Group0, 6}