Struct webview2_com_sys::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 DefaultType = Self
Converts from Self::DefaultType to Result<T>.
Returns a pointer for setting the object’s value via an ABI call.
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