#[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
Auto Trait Implementations
impl RefUnwindSafe for MORRSLT
impl !Send for MORRSLT
impl !Sync for MORRSLT
impl Unpin for MORRSLT
impl UnwindSafe for MORRSLT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more