#[repr(C, align(8))]pub struct tagMOUSEHOOKSTRUCTEX {
pub __bindgen_padding_0: [u32; 8],
pub mouseData: DWORD,
}
Fields§
§__bindgen_padding_0: [u32; 8]
§mouseData: DWORD
Trait Implementations§
Source§impl Clone for tagMOUSEHOOKSTRUCTEX
impl Clone for tagMOUSEHOOKSTRUCTEX
Source§fn clone(&self) -> tagMOUSEHOOKSTRUCTEX
fn clone(&self) -> tagMOUSEHOOKSTRUCTEX
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 tagMOUSEHOOKSTRUCTEX
impl Debug for tagMOUSEHOOKSTRUCTEX
Source§impl Ord for tagMOUSEHOOKSTRUCTEX
impl Ord for tagMOUSEHOOKSTRUCTEX
Source§fn cmp(&self, other: &tagMOUSEHOOKSTRUCTEX) -> Ordering
fn cmp(&self, other: &tagMOUSEHOOKSTRUCTEX) -> 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 tagMOUSEHOOKSTRUCTEX
impl PartialEq for tagMOUSEHOOKSTRUCTEX
Source§impl PartialOrd for tagMOUSEHOOKSTRUCTEX
impl PartialOrd for tagMOUSEHOOKSTRUCTEX
impl Copy for tagMOUSEHOOKSTRUCTEX
impl Eq for tagMOUSEHOOKSTRUCTEX
impl StructuralPartialEq for tagMOUSEHOOKSTRUCTEX
Auto Trait Implementations§
impl Freeze for tagMOUSEHOOKSTRUCTEX
impl RefUnwindSafe for tagMOUSEHOOKSTRUCTEX
impl Send for tagMOUSEHOOKSTRUCTEX
impl Sync for tagMOUSEHOOKSTRUCTEX
impl Unpin for tagMOUSEHOOKSTRUCTEX
impl UnwindSafe for tagMOUSEHOOKSTRUCTEX
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