#[repr(C)]pub struct tagHARDWAREHOOKSTRUCT {
pub hwnd: HWND,
pub message: UINT,
pub wParam: WPARAM,
pub lParam: LPARAM,
}Fields§
§hwnd: HWND§message: UINT§wParam: WPARAM§lParam: LPARAMTrait Implementations§
Source§impl Clone for tagHARDWAREHOOKSTRUCT
impl Clone for tagHARDWAREHOOKSTRUCT
Source§fn clone(&self) -> tagHARDWAREHOOKSTRUCT
fn clone(&self) -> tagHARDWAREHOOKSTRUCT
Returns a duplicate 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 tagHARDWAREHOOKSTRUCT
impl Debug for tagHARDWAREHOOKSTRUCT
impl Copy for tagHARDWAREHOOKSTRUCT
Auto Trait Implementations§
impl Freeze for tagHARDWAREHOOKSTRUCT
impl RefUnwindSafe for tagHARDWAREHOOKSTRUCT
impl !Send for tagHARDWAREHOOKSTRUCT
impl !Sync for tagHARDWAREHOOKSTRUCT
impl Unpin for tagHARDWAREHOOKSTRUCT
impl UnwindSafe for tagHARDWAREHOOKSTRUCT
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