#[repr(C, packed(1))]pub struct IMEDLG {
pub cbIMEDLG: i32,
pub hwnd: HWND,
pub lpwstrWord: PWSTR,
pub nTabId: i32,
}
Expand description
Required features: "Win32_UI_Input_Ime"
, "Win32_Foundation"
Fields
cbIMEDLG: i32
hwnd: HWND
lpwstrWord: PWSTR
nTabId: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IMEDLG
impl !Send for IMEDLG
impl !Sync for IMEDLG
impl Unpin for IMEDLG
impl UnwindSafe for IMEDLG
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