#[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§
Source§impl Abi for MOUSEHOOKSTRUCT
impl Abi for MOUSEHOOKSTRUCT
Source§type Abi = MOUSEHOOKSTRUCT
type Abi = MOUSEHOOKSTRUCT
The abi representation of the implementing type. Read more
type DefaultType = MOUSEHOOKSTRUCT
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for MOUSEHOOKSTRUCT
impl Clone for MOUSEHOOKSTRUCT
Source§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 moreSource§impl Debug for MOUSEHOOKSTRUCT
impl Debug for MOUSEHOOKSTRUCT
Source§impl Default for MOUSEHOOKSTRUCT
impl Default for MOUSEHOOKSTRUCT
Source§impl PartialEq for MOUSEHOOKSTRUCT
impl PartialEq for MOUSEHOOKSTRUCT
impl Copy for MOUSEHOOKSTRUCT
impl Eq 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