Struct winapi::um::winuser::DEBUGHOOKINFO
source · #[repr(C)]pub struct DEBUGHOOKINFO {
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 DEBUGHOOKINFO
impl Clone for DEBUGHOOKINFO
source§fn clone(&self) -> DEBUGHOOKINFO
fn clone(&self) -> DEBUGHOOKINFO
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 Default for DEBUGHOOKINFO
impl Default for DEBUGHOOKINFO
source§fn default() -> DEBUGHOOKINFO
fn default() -> DEBUGHOOKINFO
Returns the “default value” for a type. Read more