Struct windows_sys::Win32::System::WindowsProgramming::IMEPROW
[−]#[repr(C)]pub struct IMEPROW {
pub hWnd: HWND,
pub InstDate: DATETIME,
pub wVersion: u32,
pub szDescription: [u16; 50],
pub szName: [u16; 80],
pub szOptions: [u16; 30],
}Expand description
Required features: "Win32_System_WindowsProgramming", "Win32_Foundation"
Fields
hWnd: HWNDInstDate: DATETIMEwVersion: u32szDescription: [u16; 50]szName: [u16; 80]szOptions: [u16; 30]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IMEPROW
impl Send for IMEPROW
impl Sync for IMEPROW
impl Unpin for IMEPROW
impl UnwindSafe for IMEPROW
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