logo
#[repr(C)]
pub struct SCN_KEYBOARD_REQUEST { pub code: UINT, pub hwnd: HWINDOW, pub keyboard_mode: UINT, }
Expand description

This notification is issued when keyboard needs to be shown – mobiles can show soft keyboard by handling it.

Fields

code: UINT

SC_KEYBOARD_REQUEST here.

hwnd: HWINDOW

HWINDOW of the window this callback was attached to.

keyboard_mode: UINT

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.