Struct windows_sys::Win32::UI::Input::Ime::IMEKMSINVK
#[repr(C, packed(1))]pub struct IMEKMSINVK {
pub cbSize: i32,
pub hIMC: HIMC,
pub dwControl: u32,
}
Expand description
Required features: "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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more