Struct DEBUGHOOKINFO
#[repr(C)]pub struct DEBUGHOOKINFO {
pub idThread: u32,
pub idThreadInstaller: u32,
pub lParam: LPARAM,
pub wParam: WPARAM,
pub code: i32,
}
Fields§
§idThread: u32
§idThreadInstaller: u32
§lParam: LPARAM
§wParam: WPARAM
§code: i32
Trait Implementations§
§impl Clone for DEBUGHOOKINFO
impl Clone for DEBUGHOOKINFO
§fn clone(&self) -> DEBUGHOOKINFO
fn clone(&self) -> DEBUGHOOKINFO
Returns a duplicate 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 more§impl Default for DEBUGHOOKINFO
impl Default for DEBUGHOOKINFO
§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