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