#[repr(C, packed(1))]
pub struct MORRSLT {
Show 13 fields pub dwSize: u32, pub pwchOutput: PWSTR, pub cchOutput: u16, pub Anonymous1: MORRSLT_0, pub Anonymous2: MORRSLT_1, pub pchInputPos: *mut u16, pub pchOutputIdxWDD: *mut u16, pub Anonymous3: MORRSLT_2, pub paMonoRubyPos: *mut u16, pub pWDD: *mut WDD, pub cWDD: i32, pub pPrivate: *mut c_void, pub BLKBuff: [u16; 1],
}
Expand description

Required features: "Win32_UI_Input_Ime"

Fields

dwSize: u32pwchOutput: PWSTRcchOutput: u16Anonymous1: MORRSLT_0Anonymous2: MORRSLT_1pchInputPos: *mut u16pchOutputIdxWDD: *mut u16Anonymous3: MORRSLT_2paMonoRubyPos: *mut u16pWDD: *mut WDDcWDD: i32pPrivate: *mut c_voidBLKBuff: [u16; 1]

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.