#[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§
Source§impl Abi for IMEAPPLETUI
impl Abi for IMEAPPLETUI
Source§type Abi = IMEAPPLETUI
type Abi = IMEAPPLETUI
The abi representation of the implementing type. Read more
type DefaultType = IMEAPPLETUI
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for IMEAPPLETUI
impl Clone for IMEAPPLETUI
Source§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 moreSource§impl Debug for IMEAPPLETUI
impl Debug for IMEAPPLETUI
Source§impl Default for IMEAPPLETUI
impl Default for IMEAPPLETUI
Source§impl PartialEq for IMEAPPLETUI
impl PartialEq for IMEAPPLETUI
impl Copy for IMEAPPLETUI
impl Eq 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