pub enum DesktopWindowEvent {
EventForOtherWindow,
WindowClosed,
WindowGeomChange(WindowGeomChangeEvent),
None,
}
Variants§
Trait Implementations§
Source§impl Clone for DesktopWindowEvent
impl Clone for DesktopWindowEvent
Source§fn clone(&self) -> DesktopWindowEvent
fn clone(&self) -> DesktopWindowEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for DesktopWindowEvent
impl PartialEq for DesktopWindowEvent
impl StructuralPartialEq for DesktopWindowEvent
Auto Trait Implementations§
impl Freeze for DesktopWindowEvent
impl RefUnwindSafe for DesktopWindowEvent
impl Send for DesktopWindowEvent
impl Sync for DesktopWindowEvent
impl Unpin for DesktopWindowEvent
impl UnwindSafe for DesktopWindowEvent
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