Struct windows_sys::Win32::UI::Input::Ime::MORRSLT

#[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: u32§pwchOutput: PWSTR§cchOutput: u16§Anonymous1: MORRSLT_0§Anonymous2: MORRSLT_1§pchInputPos: *mut u16§pchOutputIdxWDD: *mut u16§Anonymous3: MORRSLT_2§paMonoRubyPos: *mut u16§pWDD: *mut WDD§cWDD: i32§pPrivate: *mut c_void§BLKBuff: [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.