Struct MOUSEHOOKSTRUCT
#[repr(C)]pub struct MOUSEHOOKSTRUCT {
pub pt: POINT,
pub hwnd: HWND,
pub wHitTestCode: u32,
pub dwExtraInfo: usize,
}
Fields§
§pt: POINT
§hwnd: HWND
§wHitTestCode: u32
§dwExtraInfo: usize
Trait Implementations§
§impl Clone for MOUSEHOOKSTRUCT
impl Clone for MOUSEHOOKSTRUCT
§fn clone(&self) -> MOUSEHOOKSTRUCT
fn clone(&self) -> MOUSEHOOKSTRUCT
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 moreimpl 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