Struct tauri_runtime::window::MenuEvent [−][src]
pub struct MenuEvent {
pub menu_item_id: u16,
}Expand description
A menu event.
Fields
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MenuEventimpl UnwindSafe for MenuEvent