pub struct SystemTrayIconDataBox(/* private fields */);Expand description
Wraps the internal data structure for the SystemTrayIcon
Trait Implementations§
Source§impl Default for SystemTrayIconDataBox
impl Default for SystemTrayIconDataBox
Source§impl Deref for SystemTrayIconDataBox
impl Deref for SystemTrayIconDataBox
Source§impl Drop for SystemTrayIconDataBox
impl Drop for SystemTrayIconDataBox
Auto Trait Implementations§
impl !RefUnwindSafe for SystemTrayIconDataBox
impl !Send for SystemTrayIconDataBox
impl !Sync for SystemTrayIconDataBox
impl !UnwindSafe for SystemTrayIconDataBox
impl Freeze for SystemTrayIconDataBox
impl Unpin for SystemTrayIconDataBox
impl UnsafeUnpin for SystemTrayIconDataBox
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