Struct windows_sys::Win32::UI::Input::Ime::IMEKMSINIT
#[repr(C, packed(1))]pub struct IMEKMSINIT {
pub cbSize: i32,
pub hWnd: HWND,
}
Expand description
Required features: "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§
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