#[repr(C)]pub struct tagDEBUGHOOKINFO {
pub idThread: DWORD,
pub idThreadInstaller: DWORD,
pub lParam: LPARAM,
pub wParam: WPARAM,
pub code: c_int,
}
Fields§
§idThread: DWORD
§idThreadInstaller: DWORD
§lParam: LPARAM
§wParam: WPARAM
§code: c_int
Trait Implementations§
Source§impl Clone for tagDEBUGHOOKINFO
impl Clone for tagDEBUGHOOKINFO
Source§fn clone(&self) -> tagDEBUGHOOKINFO
fn clone(&self) -> tagDEBUGHOOKINFO
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 tagDEBUGHOOKINFO
impl Debug for tagDEBUGHOOKINFO
Source§impl Ord for tagDEBUGHOOKINFO
impl Ord for tagDEBUGHOOKINFO
Source§fn cmp(&self, other: &tagDEBUGHOOKINFO) -> Ordering
fn cmp(&self, other: &tagDEBUGHOOKINFO) -> 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 tagDEBUGHOOKINFO
impl PartialEq for tagDEBUGHOOKINFO
Source§impl PartialOrd for tagDEBUGHOOKINFO
impl PartialOrd for tagDEBUGHOOKINFO
impl Copy for tagDEBUGHOOKINFO
impl Eq for tagDEBUGHOOKINFO
impl StructuralPartialEq for tagDEBUGHOOKINFO
Auto Trait Implementations§
impl Freeze for tagDEBUGHOOKINFO
impl RefUnwindSafe for tagDEBUGHOOKINFO
impl Send for tagDEBUGHOOKINFO
impl Sync for tagDEBUGHOOKINFO
impl Unpin for tagDEBUGHOOKINFO
impl UnwindSafe for tagDEBUGHOOKINFO
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