pub enum EventType {
Show 15 variants
WindowResized,
WindowMoved,
WindowCloseRequested,
WindowDestroyed,
WindowFocus,
WindowBlur,
WindowScaleFactorChanged,
WindowThemeChanged,
WindowCreated,
WebViewCreated,
DragEnter,
DragOver,
DragDrop,
DragLeave,
Custom(&'static str),
}
Variants§
WindowResized
WindowMoved
WindowCloseRequested
WindowDestroyed
WindowFocus
WindowBlur
WindowScaleFactorChanged
WindowThemeChanged
WindowCreated
WebViewCreated
DragEnter
DragOver
DragDrop
DragLeave
Custom(&'static str)
Trait Implementations§
impl Copy for EventType
impl Eq for EventType
impl StructuralPartialEq for EventType
Auto Trait Implementations§
impl Freeze for EventType
impl RefUnwindSafe for EventType
impl Send for EventType
impl Sync for EventType
impl Unpin for EventType
impl UnwindSafe for EventType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> StorageAccess<T> for T
impl<T> StorageAccess<T> for T
Source§fn as_borrowed(&self) -> &T
fn as_borrowed(&self) -> &T
Borrows the value.
Source§fn into_taken(self) -> T
fn into_taken(self) -> T
Takes the value.