Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::DEBUGHOOKINFO [−][src]
#[repr(C)]pub struct DEBUGHOOKINFO {
pub idThread: u32,
pub idThreadInstaller: u32,
pub lParam: LPARAM,
pub wParam: WPARAM,
pub code: i32,
}Fields
idThread: u32idThreadInstaller: u32lParam: LPARAMwParam: WPARAMcode: i32Trait Implementations
type Abi = DEBUGHOOKINFO
type Abi = DEBUGHOOKINFO
The abi representation of the implementing type. Read more
type DefaultType = DEBUGHOOKINFO
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more