Struct windows_sys::Win32::UI::WindowsAndMessaging::DEBUGHOOKINFO
[−]#[repr(C)]pub struct DEBUGHOOKINFO {
pub idThread: u32,
pub idThreadInstaller: u32,
pub lParam: LPARAM,
pub wParam: WPARAM,
pub code: i32,
}
Expand description
Required features: "Win32_UI_WindowsAndMessaging"
, "Win32_Foundation"
Fields
idThread: u32
idThreadInstaller: u32
lParam: LPARAM
wParam: WPARAM
code: i32
Trait Implementations
impl Clone for DEBUGHOOKINFO
impl Clone for DEBUGHOOKINFO
impl Copy for DEBUGHOOKINFO
Auto Trait Implementations
impl RefUnwindSafe for DEBUGHOOKINFO
impl Send for DEBUGHOOKINFO
impl Sync for DEBUGHOOKINFO
impl Unpin for DEBUGHOOKINFO
impl UnwindSafe for DEBUGHOOKINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more