Struct tao::global_shortcut::ShortcutManager[][src]

pub struct ShortcutManager { /* fields omitted */ }
Expand description

Object that allows you to manage a GlobalShortcut.

Implementations

Creates a new shortcut manager instance connected to the event loop.

Whether the application has registered this Accelerator.

Register a global shortcut of Accelerator who trigger GlobalShortcutEvent in the event loop.

Unregister all Accelerator registered by the manager instance.

Unregister the provided Accelerator.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.