pub struct TrayIconMsg {
pub msg_id: u32,
pub icon_id: u16,
pub x: i16,
pub y: i16,
}Fields§
§msg_id: u32§icon_id: u16§x: i16§y: i16Auto Trait Implementations§
impl Freeze for TrayIconMsg
impl RefUnwindSafe for TrayIconMsg
impl Send for TrayIconMsg
impl Sync for TrayIconMsg
impl Unpin for TrayIconMsg
impl UnwindSafe for TrayIconMsg
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more