#[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: LPARAM
Trait Implementations§
Source§impl Clone for tagHARDWAREHOOKSTRUCT
impl Clone for tagHARDWAREHOOKSTRUCT
Source§fn clone(&self) -> tagHARDWAREHOOKSTRUCT
fn clone(&self) -> tagHARDWAREHOOKSTRUCT
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 tagHARDWAREHOOKSTRUCT
impl Debug for tagHARDWAREHOOKSTRUCT
Source§impl Ord for tagHARDWAREHOOKSTRUCT
impl Ord for tagHARDWAREHOOKSTRUCT
Source§fn cmp(&self, other: &tagHARDWAREHOOKSTRUCT) -> Ordering
fn cmp(&self, other: &tagHARDWAREHOOKSTRUCT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagHARDWAREHOOKSTRUCT
impl PartialEq for tagHARDWAREHOOKSTRUCT
Source§impl PartialOrd for tagHARDWAREHOOKSTRUCT
impl PartialOrd for tagHARDWAREHOOKSTRUCT
impl Copy for tagHARDWAREHOOKSTRUCT
impl Eq for tagHARDWAREHOOKSTRUCT
impl StructuralPartialEq 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