Struct windows_sys::Win32::System::WindowsProgramming::IMESTRUCT
[−]#[repr(C)]pub struct IMESTRUCT {
pub fnc: u32,
pub wParam: WPARAM,
pub wCount: u32,
pub dchSource: u32,
pub dchDest: u32,
pub lParam1: LPARAM,
pub lParam2: LPARAM,
pub lParam3: LPARAM,
}Expand description
Required features: "Win32_System_WindowsProgramming", "Win32_Foundation"
Fields
fnc: u32wParam: WPARAMwCount: u32dchSource: u32dchDest: u32lParam1: LPARAMlParam2: LPARAMlParam3: LPARAMTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IMESTRUCT
impl Send for IMESTRUCT
impl Sync for IMESTRUCT
impl Unpin for IMESTRUCT
impl UnwindSafe for IMESTRUCT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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