#[repr(C)]pub struct MOUSEHOOKSTRUCT {
pub pt: POINT,
pub hwnd: HWND,
pub wHitTestCode: UINT,
pub dwExtraInfo: ULONG_PTR,
}
Fields§
§pt: POINT
§hwnd: HWND
§wHitTestCode: UINT
§dwExtraInfo: ULONG_PTR
Trait Implementations§
Source§impl Clone for MOUSEHOOKSTRUCT
impl Clone for MOUSEHOOKSTRUCT
Source§fn clone(&self) -> MOUSEHOOKSTRUCT
fn clone(&self) -> MOUSEHOOKSTRUCT
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 Default for MOUSEHOOKSTRUCT
impl Default for MOUSEHOOKSTRUCT
Source§fn default() -> MOUSEHOOKSTRUCT
fn default() -> MOUSEHOOKSTRUCT
Returns the “default value” for a type. Read more
impl Copy for MOUSEHOOKSTRUCT
Auto Trait Implementations§
impl Freeze for MOUSEHOOKSTRUCT
impl RefUnwindSafe for MOUSEHOOKSTRUCT
impl !Send for MOUSEHOOKSTRUCT
impl !Sync for MOUSEHOOKSTRUCT
impl Unpin for MOUSEHOOKSTRUCT
impl UnwindSafe for MOUSEHOOKSTRUCT
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