Struct tauri_runtime::SystemTrayEvent [−][src]
pub struct SystemTrayEvent {
pub menu_item_id: u32,
}Expand description
A system tray event.
pub struct SystemTrayEvent {
pub menu_item_id: u32,
}A system tray event.
impl RefUnwindSafe for SystemTrayEventimpl Send for SystemTrayEventimpl Sync for SystemTrayEventimpl Unpin for SystemTrayEventimpl UnwindSafe for SystemTrayEvent