Struct winsafe::co::VK[][src]

#[repr(transparent)]
pub struct VK(_);
Expand description

Implementations

Tells whether other bitflag style is present. Equivalent to (val & other) != 0.

This method is common to all constant types.

None of the actual values (zero).

Left mouse button.

Right mouse button.

Control-break processing.

Middle mouse button (three-button mouse).

X1 mouse button.

X2 mouse button.

BACKSPACE key.

TAB key.

CLEAR key.

ENTER key.

SHIFT key.

CTRL key.

ALT key.

PAUSE key.

CAPS LOCK key.

IME Kana mode.

IME Hangul mode.

IME On.

IME Junja mode.

IME final mode.

IME Hanja mode.

IME Kanji mode.

ESC key.

IME convert.

IME nonconvert.

IME accept.

IME mode change request.

SPACEBAR key.

PAGE UP key.

PAGE DOWN key.

END key.

HOME key.

LEFT ARROW key.

UP ARROW key.

RIGHT ARROW key.

DOWN ARROW key.

SELECT key.

PRINT key.

EXECUTE key.

PRINT SCREEN key.

INS key.

DEL key.

HELP key.

Number 0 key.

Number 1 key.

Number 2 key.

Number 3 key.

Number 4 key.

Number 5 key.

Number 6 key.

Number 7 key.

Number 8 key.

Number 9 key.

Character A key.

Character B key.

Character C key.

Character D key.

Character E key.

Character F key.

Character G key.

Character H key.

Character I key.

Character J key.

Character K key.

Character L key.

Character M key.

Character N key.

Character O key.

Character P key.

Character Q key.

Character R key.

Character S key.

Character T key.

Character U key.

Character V key.

Character W key.

Character X key.

Character Y key.

Character Z key.

Left Windows key (Natural keyboard).

Right Windows key (Natural keyboard).

Applications key, context menu (Natural keyboard).

Computer Sleep key.

Numeric keypad 0 key.

Numeric keypad 1 key.

Numeric keypad 2 key.

Numeric keypad 3 key.

Numeric keypad 4 key.

Numeric keypad 5 key.

Numeric keypad 6 key.

Numeric keypad 7 key.

Numeric keypad 8 key.

Numeric keypad 9 key.

Numeric keypad multiply key.

Numeric keypad add key.

Numeric keypad separator key.

Numeric keypad subtract key.

Numeric keypad decimal key.

Numeric keypad divide key.

NUM LOCK key.

SCROLL LOCK key.

Left SHIFT key.

Right SHIFT key.

Left CONTROL key.

Right CONTROL key.

Left MENU key.

Right MENU key.

Trait Implementations

Formats the value using the given formatter.

The resulting type after applying the & operator.

Performs the & operation. Read more

Performs the &= operation. Read more

The resulting type after applying the | operator.

Performs the | operation. Read more

Performs the |= operation. Read more

The resulting type after applying the ^ operator.

Performs the ^ operation. Read more

Performs the ^= operation. Read more

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

Formats the value using the given formatter.

The resulting type after applying the ! operator.

Performs the unary ! operation. Read more

Formats the value using the given formatter.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Formats the value using the given formatter.

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

Converts the given value to a String. Read more

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.