Struct webview2_com::Windows::Win32::UI::WindowsAndMessaging::GUITHREADINFO [−][src]
#[repr(C)]pub struct GUITHREADINFO {
pub cbSize: u32,
pub flags: GUITHREADINFO_FLAGS,
pub hwndActive: HWND,
pub hwndFocus: HWND,
pub hwndCapture: HWND,
pub hwndMenuOwner: HWND,
pub hwndMoveSize: HWND,
pub hwndCaret: HWND,
pub rcCaret: RECT,
}Fields
cbSize: u32flags: GUITHREADINFO_FLAGShwndActive: HWNDhwndFocus: HWNDhwndCapture: HWNDhwndMenuOwner: HWNDhwndMoveSize: HWNDhwndCaret: HWNDrcCaret: RECTTrait Implementations
type Abi = GUITHREADINFO
type Abi = GUITHREADINFO
The abi representation of the implementing type. Read more
type DefaultType = GUITHREADINFO
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 GUITHREADINFO
impl Send for GUITHREADINFO
impl Sync for GUITHREADINFO
impl Unpin for GUITHREADINFO
impl UnwindSafe for GUITHREADINFO
Blanket Implementations
Mutably borrows from an owned value. Read more