Struct windows_sys::Win32::UI::Input::Ime::IMEAPPLETUI
[−]#[repr(C)]pub struct IMEAPPLETUI {
pub hwnd: HWND,
pub dwStyle: u32,
pub width: i32,
pub height: i32,
pub minWidth: i32,
pub minHeight: i32,
pub maxWidth: i32,
pub maxHeight: i32,
pub lReserved1: LPARAM,
pub lReserved2: LPARAM,
}
Expand description
Required features: "Win32_UI_Input_Ime"
, "Win32_Foundation"
Fields
hwnd: HWND
dwStyle: u32
width: i32
height: i32
minWidth: i32
minHeight: i32
maxWidth: i32
maxHeight: i32
lReserved1: LPARAM
lReserved2: LPARAM
Trait Implementations
impl Clone for IMEAPPLETUI
impl Clone for IMEAPPLETUI
impl Copy for IMEAPPLETUI
Auto Trait Implementations
impl RefUnwindSafe for IMEAPPLETUI
impl Send for IMEAPPLETUI
impl Sync for IMEAPPLETUI
impl Unpin for IMEAPPLETUI
impl UnwindSafe for IMEAPPLETUI
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