Struct windows_sys::Win32::UI::Input::Ime::IMEKMSINIT
[−]Expand description
Required features: "Win32_UI_Input_Ime"
, "Win32_Foundation"
Fields
cbSize: i32
hWnd: HWND
Trait Implementations
impl Clone for IMEKMSINIT
impl Clone for IMEKMSINIT
impl Copy for IMEKMSINIT
Auto Trait Implementations
impl RefUnwindSafe for IMEKMSINIT
impl Send for IMEKMSINIT
impl Sync for IMEKMSINIT
impl Unpin for IMEKMSINIT
impl UnwindSafe for IMEKMSINIT
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