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