#[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_intTrait Implementations§
Source§impl Clone for tagDEBUGHOOKINFO
impl Clone for tagDEBUGHOOKINFO
Source§fn clone(&self) -> tagDEBUGHOOKINFO
fn clone(&self) -> tagDEBUGHOOKINFO
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 moreSource§impl Debug for tagDEBUGHOOKINFO
impl Debug for tagDEBUGHOOKINFO
impl Copy 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