#[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
impl Copy for DEBUGHOOKINFO
Auto Trait Implementations§
impl Freeze for DEBUGHOOKINFO
impl RefUnwindSafe for DEBUGHOOKINFO
impl Send for DEBUGHOOKINFO
impl Sync for DEBUGHOOKINFO
impl Unpin for DEBUGHOOKINFO
impl UnwindSafe for DEBUGHOOKINFO
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