#[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§
Source§impl Abi for DEBUGHOOKINFO
impl Abi for DEBUGHOOKINFO
Source§type Abi = DEBUGHOOKINFO
type Abi = DEBUGHOOKINFO
The abi representation of the implementing type. Read more
type DefaultType = DEBUGHOOKINFO
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 Debug for DEBUGHOOKINFO
impl Debug for DEBUGHOOKINFO
Source§impl Default for DEBUGHOOKINFO
impl Default for DEBUGHOOKINFO
Source§impl PartialEq for DEBUGHOOKINFO
impl PartialEq for DEBUGHOOKINFO
impl Copy for DEBUGHOOKINFO
impl Eq 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