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,
}
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
§fn clone(&self) -> IMEAPPLETUI
fn clone(&self) -> IMEAPPLETUI
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for IMEAPPLETUI
Auto Trait Implementations§
impl Freeze for IMEAPPLETUI
impl RefUnwindSafe for IMEAPPLETUI
impl !Send for IMEAPPLETUI
impl !Sync for IMEAPPLETUI
impl Unpin for IMEAPPLETUI
impl UnwindSafe for IMEAPPLETUI
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)