pub enum ShortcutType {
}
Variants§
StartMenu
SwitchWorkspace(u8)
MoveWindowToWorkspace(u8)
FocusPrevWindow
FocusNextWindow
QuitWindow
MoveWindow(Direction)
MoveWindowToEdge(Direction)
ChangeWindowSize(Direction)
CenterWindow
FullscreenWindow
HalfWidthWindow
ClipboardCopy
ClipboardPaste(String)
Trait Implementations§
Source§impl PartialEq for ShortcutType
impl PartialEq for ShortcutType
impl StructuralPartialEq for ShortcutType
Auto Trait Implementations§
impl Freeze for ShortcutType
impl RefUnwindSafe for ShortcutType
impl Send for ShortcutType
impl Sync for ShortcutType
impl Unpin for ShortcutType
impl UnwindSafe for ShortcutType
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