#[repr(C)]
pub struct INPUTCONTEXT {
Show 17 fields pub hWnd: HWND, pub fOpen: BOOL, pub ptStatusWndPos: POINT, pub ptSoftKbdPos: POINT, pub fdwConversion: u32, pub fdwSentence: u32, pub lfFont: INPUTCONTEXT_0, pub cfCompForm: COMPOSITIONFORM, pub cfCandForm: [CANDIDATEFORM; 4], pub hCompStr: HIMCC, pub hCandInfo: HIMCC, pub hGuideLine: HIMCC, pub hPrivate: HIMCC, pub dwNumMsgBuf: u32, pub hMsgBuf: HIMCC, pub fdwInit: u32, pub dwReserve: [u32; 3],
}
Expand description

Required features: "Win32_UI_Input_Ime", "Win32_Foundation", "Win32_Globalization", "Win32_Graphics_Gdi"

Fields

hWnd: HWNDfOpen: BOOLptStatusWndPos: POINTptSoftKbdPos: POINTfdwConversion: u32fdwSentence: u32lfFont: INPUTCONTEXT_0cfCompForm: COMPOSITIONFORMcfCandForm: [CANDIDATEFORM; 4]hCompStr: HIMCChCandInfo: HIMCChGuideLine: HIMCChPrivate: HIMCCdwNumMsgBuf: u32hMsgBuf: HIMCCfdwInit: u32dwReserve: [u32; 3]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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

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.