pub enum DesktopWindowEvent {
EventForOtherWindow,
WindowClosed,
WindowGeomChange(WindowGeomChangeEvent),
None,
}
Variants
EventForOtherWindow
WindowClosed
WindowGeomChange(WindowGeomChangeEvent)
None
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DesktopWindowEvent
impl Send for DesktopWindowEvent
impl Sync for DesktopWindowEvent
impl Unpin for DesktopWindowEvent
impl UnwindSafe for DesktopWindowEvent
Blanket Implementations
Mutably borrows from an owned value. Read more