Struct tauri_runtime::SystemTrayEvent [−][src]
pub struct SystemTrayEvent {
pub menu_item_id: u32,
}Expand description
A system tray event.
Fields
Auto Trait Implementations
impl RefUnwindSafe for SystemTrayEvent
impl Send for SystemTrayEvent
impl Sync for SystemTrayEvent
impl Unpin for SystemTrayEvent
impl UnwindSafe for SystemTrayEvent
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T