Struct windows::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,
}
Fields§
§fnc: u32
§wParam: WPARAM
§wCount: u32
§dchSource: u32
§dchDest: u32
§lParam1: LPARAM
§lParam2: LPARAM
§lParam3: LPARAM
Trait Implementations§
impl Copy for IMESTRUCT
impl Eq for IMESTRUCT
impl StructuralPartialEq for IMESTRUCT
Auto Trait Implementations§
impl Freeze for IMESTRUCT
impl RefUnwindSafe for IMESTRUCT
impl Send for IMESTRUCT
impl Sync for IMESTRUCT
impl Unpin for IMESTRUCT
impl UnwindSafe for IMESTRUCT
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
)