Struct webview2_com::Windows::Win32::UI::Shell::HELPINFO [−][src]
#[repr(C)]pub struct HELPINFO {
pub cbSize: u32,
pub iContextType: i32,
pub iCtrlId: i32,
pub hItemHandle: HANDLE,
pub dwContextId: usize,
pub MousePos: POINT,
}Fields
cbSize: u32iContextType: i32iCtrlId: i32hItemHandle: HANDLEdwContextId: usizeMousePos: POINTTrait Implementations
type DefaultType = HELPINFO
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 HELPINFO
impl UnwindSafe for HELPINFO
Blanket Implementations
Mutably borrows from an owned value. Read more