Struct lucas_test::GlobalWindowEvent
source · [−]Expand description
A window event that was triggered on the specified window.
Implementations
sourceimpl<R: Runtime> GlobalWindowEvent<R>
impl<R: Runtime> GlobalWindowEvent<R>
Trait Implementations
Auto Trait Implementations
impl<R = Wry> !RefUnwindSafe for GlobalWindowEvent<R>
impl<R> Send for GlobalWindowEvent<R>
impl<R = Wry> !Sync for GlobalWindowEvent<R>
impl<R> Unpin for GlobalWindowEvent<R> where
<R as Runtime>::ClipboardManager: Unpin,
<R as Runtime>::Dispatcher: Unpin,
<R as Runtime>::GlobalShortcutManager: Unpin,
<R as Runtime>::Handle: Unpin,
<R as Runtime>::TrayHandler: Unpin,
impl<R = Wry> !UnwindSafe for GlobalWindowEvent<R>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more