#[repr(C)]pub struct KEYBOARD_IME_STATUS {
pub UnitId: u16,
pub ImeOpen: u32,
pub ImeConvMode: u32,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
UnitId: u16
ImeOpen: u32
ImeConvMode: u32
Trait Implementations
impl Clone for KEYBOARD_IME_STATUS
impl Clone for KEYBOARD_IME_STATUS
impl Copy for KEYBOARD_IME_STATUS
Auto Trait Implementations
impl RefUnwindSafe for KEYBOARD_IME_STATUS
impl Send for KEYBOARD_IME_STATUS
impl Sync for KEYBOARD_IME_STATUS
impl Unpin for KEYBOARD_IME_STATUS
impl UnwindSafe for KEYBOARD_IME_STATUS
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