#[repr(C, packed(1))]
pub union MORRSLT_2 {
pub pchReadIdxWDD: *mut u16,
pub pchCompIdxWDD: *mut u16,
}
Expand description
Required features: "Win32_UI_Input_Ime"
Fields
pchReadIdxWDD: *mut u16
pchCompIdxWDD: *mut u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MORRSLT_2
impl !Send for MORRSLT_2
impl !Sync for MORRSLT_2
impl Unpin for MORRSLT_2
impl UnwindSafe for MORRSLT_2
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